Html Css Color HEX #05709C Cerulean

📋 copy color: '#05709C'

red 5 ◦ green 112 ◦ blue 156

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

Shades of Cerulean #05709C

Tints of Cerulean #05709C

RGB

 RED value IS 5 (2.34% from 255) = 1.83%

 GREEN value IS 112 (44.14% from 255) = 41.03%

 BLUE value IS 156 (61.33% from 255) = 57.14%

R = 1.83%
G = 41.03%
B = 57.14%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05709C (or 0x05709C) is known color: Cerulean. HEX triplet: 05, 70 and 9C. RGB value is (5,112,156). Sum of RGB (Red+Green+Blue) = 5+112+156=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #05709C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05709C is #FA8F63. Grayscale: #545454. Windows color (decimal): -16420708 or 10252293. OLE color: 10252293.

HSL color Cylindrical-coordinate representation of color #05709C: hue angle of 197.48º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05709C is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 112 156 -
CMYK 0.97 0.28 0 0.39
HSL 197.48º 0.94% 0.32% -
HSV(B) 197.48º 0.97% 0.61% -
XYZ 11.86 14.02 33.53 -
YUV 85.02 168.05 70.92 -
System Red Green Blue C M Y K H S L
Decimal 5 112 156 0.97 0.28 0 0.39 197.48 0.94 0.32
Hex 5 70 9C 61 1C 0 27 C5 5E 20
Octal 5 160 234 141 34 0 47 305 136 40
Binary 101 1110000 10011100 1100001 11100 0 100111 11000101 1011110 100000

Color Harmonies of #05709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05709C

Black with #05709C

Text Example


Text Example

White with #05709C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05709C; }

 p { color: rgb(5,112,156); }

 H1.HeaderClassName
 {
   color: #05709C;
 }
 .AnyTagClassName
 {
   color: #05709C;
 }
</style>

background-color css

<style>
 a { background-color: #05709C; }

 a { background-color: rgb(5,112,156); }

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

border-color css

<style>
 span { border-color: #05709C; }

 span { border-color: rgb(5,112,156); }

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