Html Css Color HEX #05609C Cerulean

📋 copy color: '#05609C'

red 5 ◦ green 96 ◦ blue 156

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

Shades of Cerulean #05609C

Tints of Cerulean #05609C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.35%

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

R = 1.95%
G = 37.35%
B = 60.7%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05609C (or 0x05609C) is known color: Cerulean. HEX triplet: 05, 60 and 9C. RGB value is (5,96,156). Sum of RGB (Red+Green+Blue) = 5+96+156=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #05609C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05609C is #FA9F63. Grayscale: #4B4B4B. Windows color (decimal): -16424804 or 10248197. OLE color: 10248197.

HSL color Cylindrical-coordinate representation of color #05609C: hue angle of 203.84º 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 #05609C is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 96 156 -
CMYK 0.97 0.38 0 0.39
HSL 203.84º 0.94% 0.32% -
HSV(B) 203.84º 0.97% 0.61% -
XYZ 10.25 10.8 33 -
YUV 75.63 173.35 77.62 -
System Red Green Blue C M Y K H S L
Decimal 5 96 156 0.97 0.38 0 0.39 203.84 0.94 0.32
Hex 5 60 9C 61 26 0 27 CC 5E 20
Octal 5 140 234 141 46 0 47 314 136 40
Binary 101 1100000 10011100 1100001 100110 0 100111 11001100 1011110 100000

Color Harmonies of #05609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05609C

Black with #05609C

Text Example


Text Example

White with #05609C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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