Html Css Color HEX #1485AD Cerulean

📋 copy color: '#1485AD'

red 20 ◦ green 133 ◦ blue 173

#1485AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #1485AD

Tints of Cerulean #1485AD

RGB

 RED value IS 20 (8.2% from 255) = 6.13%

 GREEN value IS 133 (52.34% from 255) = 40.8%

 BLUE value IS 173 (67.97% from 255) = 53.07%

R = 6.13%
G = 40.8%
B = 53.07%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1485AD (or 0x1485AD) is known color: Cerulean. HEX triplet: 14, 85 and AD. RGB value is (20,133,173). Sum of RGB (Red+Green+Blue) = 20+133+173=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #1485AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1485AD is #EB7A52. Grayscale: #676767. Windows color (decimal): -15432275 or 11371796. OLE color: 11371796.

HSL color Cylindrical-coordinate representation of color #1485AD: hue angle of 195.69º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1485AD is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 133 173 -
CMYK 0.88 0.23 0 0.32
HSL 195.69º 0.79% 0.38% -
HSV(B) 195.69º 0.88% 0.68% -
XYZ 16.22 19.94 42.53 -
YUV 103.77 167.06 68.25 -
System Red Green Blue C M Y K H S L
Decimal 20 133 173 0.88 0.23 0 0.32 195.69 0.79 0.38
Hex 14 85 AD 58 17 0 20 C4 4F 26
Octal 24 205 255 130 27 0 40 304 117 46
Binary 10100 10000101 10101101 1011000 10111 0 100000 11000100 1001111 100110

Color Harmonies of #1485AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1485AD

Black with #1485AD

Text Example


Text Example

White with #1485AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1485AD; }

 p { color: rgb(20,133,173); }

 H1.HeaderClassName
 {
   color: #1485AD;
 }
 .AnyTagClassName
 {
   color: #1485AD;
 }
</style>

background-color css

<style>
 a { background-color: #1485AD; }

 a { background-color: rgb(20,133,173); }

 div.DivClassName
 {
   background-color: #1485AD;
 }
 .BgClassName
 {
   background-color: #1485AD;
 }
</style>

border-color css

<style>
 span { border-color: #1485AD; }

 span { border-color: rgb(20,133,173); }

 td.TdClassName
 {
   border-color: #1485AD;
 }
 .TagClassName
 {
   border-color: #1485AD;
 }
</style>