Html Css Color HEX #1477AC Cerulean

📋 copy color: '#1477AC'

red 20 ◦ green 119 ◦ blue 172

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

Shades of Cerulean #1477AC

Tints of Cerulean #1477AC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.26%

 BLUE value IS 172 (67.58% from 255) = 55.31%

R = 6.43%
G = 38.26%
B = 55.31%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1477AC (or 0x1477AC) is known color: Cerulean. HEX triplet: 14, 77 and AC. RGB value is (20,119,172). Sum of RGB (Red+Green+Blue) = 20+119+172=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #1477AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1477AC is #EB8853. Grayscale: #5F5F5F. Windows color (decimal): -15435860 or 11302676. OLE color: 11302676.

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

Color convert

RGB 20 119 172 -
CMYK 0.88 0.31 0 0.33
HSL 200.92º 0.79% 0.38% -
HSV(B) 200.92º 0.88% 0.67% -
XYZ 14.33 16.32 41.42 -
YUV 95.44 171.2 74.19 -
System Red Green Blue C M Y K H S L
Decimal 20 119 172 0.88 0.31 0 0.33 200.92 0.79 0.38
Hex 14 77 AC 58 1F 0 21 C9 4F 26
Octal 24 167 254 130 37 0 41 311 117 46
Binary 10100 1110111 10101100 1011000 11111 0 100001 11001001 1001111 100110

Color Harmonies of #1477AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1477AC

Black with #1477AC

Text Example


Text Example

White with #1477AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1477AC; }

 p { color: rgb(20,119,172); }

 H1.HeaderClassName
 {
   color: #1477AC;
 }
 .AnyTagClassName
 {
   color: #1477AC;
 }
</style>

background-color css

<style>
 a { background-color: #1477AC; }

 a { background-color: rgb(20,119,172); }

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

border-color css

<style>
 span { border-color: #1477AC; }

 span { border-color: rgb(20,119,172); }

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