Html Css Color HEX #05609D Cerulean

📋 copy color: '#05609D'

red 5 ◦ green 96 ◦ blue 157

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

Shades of Cerulean #05609D

Tints of Cerulean #05609D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 60.85%

R = 1.94%
G = 37.21%
B = 60.85%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05609D (or 0x05609D) is known color: Cerulean. HEX triplet: 05, 60 and 9D. RGB value is (5,96,157). Sum of RGB (Red+Green+Blue) = 5+96+157=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #05609D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05609D is #FA9F62. Grayscale: #4B4B4B. Windows color (decimal): -16424803 or 10313733. OLE color: 10313733.

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

Color convert

RGB 5 96 157 -
CMYK 0.97 0.39 0 0.38
HSL 204.08º 0.94% 0.32% -
HSV(B) 204.08º 0.97% 0.62% -
XYZ 10.33 10.83 33.44 -
YUV 75.75 173.85 77.54 -
System Red Green Blue C M Y K H S L
Decimal 5 96 157 0.97 0.39 0 0.38 204.08 0.94 0.32
Hex 5 60 9D 61 27 0 26 CC 5E 20
Octal 5 140 235 141 47 0 46 314 136 40
Binary 101 1100000 10011101 1100001 100111 0 100110 11001100 1011110 100000

Color Harmonies of #05609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05609D

Black with #05609D

Text Example


Text Example

White with #05609D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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