Html Css Color HEX #1479AB Cerulean

📋 copy color: '#1479AB'

red 20 ◦ green 121 ◦ blue 171

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

Shades of Cerulean #1479AB

Tints of Cerulean #1479AB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.78%

 BLUE value IS 171 (67.19% from 255) = 54.81%

R = 6.41%
G = 38.78%
B = 54.81%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1479AB (or 0x1479AB) is known color: Cerulean. HEX triplet: 14, 79 and AB. RGB value is (20,121,171). Sum of RGB (Red+Green+Blue) = 20+121+171=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #1479AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1479AB is #EB8654. Grayscale: #606060. Windows color (decimal): -15435349 or 11237652. OLE color: 11237652.

HSL color Cylindrical-coordinate representation of color #1479AB: hue angle of 199.87º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1479AB is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 121 171 -
CMYK 0.88 0.29 0 0.33
HSL 199.87º 0.79% 0.37% -
HSV(B) 199.87º 0.88% 0.67% -
XYZ 14.48 16.76 41 -
YUV 96.5 170.04 73.43 -
System Red Green Blue C M Y K H S L
Decimal 20 121 171 0.88 0.29 0 0.33 199.87 0.79 0.37
Hex 14 79 AB 58 1D 0 21 C8 4F 25
Octal 24 171 253 130 35 0 41 310 117 45
Binary 10100 1111001 10101011 1011000 11101 0 100001 11001000 1001111 100101

Color Harmonies of #1479AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1479AB

Black with #1479AB

Text Example


Text Example

White with #1479AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1479AB; }

 p { color: rgb(20,121,171); }

 H1.HeaderClassName
 {
   color: #1479AB;
 }
 .AnyTagClassName
 {
   color: #1479AB;
 }
</style>

background-color css

<style>
 a { background-color: #1479AB; }

 a { background-color: rgb(20,121,171); }

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

border-color css

<style>
 span { border-color: #1479AB; }

 span { border-color: rgb(20,121,171); }

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