Html Css Color HEX #05609B Cerulean

📋 copy color: '#05609B'

red 5 ◦ green 96 ◦ blue 155

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

Shades of Cerulean #05609B

Tints of Cerulean #05609B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 60.55%

R = 1.95%
G = 37.5%
B = 60.55%

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

#05609B (or 0x05609B) is known color: Cerulean. HEX triplet: 05, 60 and 9B. RGB value is (5,96,155). Sum of RGB (Red+Green+Blue) = 5+96+155=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #05609B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05609B is #FA9F64. Grayscale: #4B4B4B. Windows color (decimal): -16424805 or 10182661. OLE color: 10182661.

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

Color convert

RGB 5 96 155 -
CMYK 0.97 0.38 0 0.39
HSL 203.6º 0.94% 0.31% -
HSV(B) 203.6º 0.97% 0.61% -
XYZ 10.16 10.76 32.55 -
YUV 75.52 172.85 77.7 -
System Red Green Blue C M Y K H S L
Decimal 5 96 155 0.97 0.38 0 0.39 203.6 0.94 0.31
Hex 5 60 9B 61 26 0 27 CC 5E 1F
Octal 5 140 233 141 46 0 47 314 136 37
Binary 101 1100000 10011011 1100001 100110 0 100111 11001100 1011110 11111

Color Harmonies of #05609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05609B

Black with #05609B

Text Example


Text Example

White with #05609B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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