Html Css Color HEX #05629C Cerulean

📋 copy color: '#05629C'

red 5 ◦ green 98 ◦ blue 156

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

Shades of Cerulean #05629C

Tints of Cerulean #05629C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.84%

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

R = 1.93%
G = 37.84%
B = 60.23%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05629C (or 0x05629C) is known color: Cerulean. HEX triplet: 05, 62 and 9C. RGB value is (5,98,156). Sum of RGB (Red+Green+Blue) = 5+98+156=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 156 (61.33% from 255 or 60.23% from 259); Max value from RGB is 156 - color contains mainly: blue. Hex color #05629C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05629C is #FA9D63. Grayscale: #4C4C4C. Windows color (decimal): -16424292 or 10248709. OLE color: 10248709.

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

Color convert

RGB 5 98 156 -
CMYK 0.97 0.37 0 0.39
HSL 203.05º 0.94% 0.32% -
HSV(B) 203.05º 0.97% 0.61% -
XYZ 10.43 11.17 33.06 -
YUV 76.81 172.69 76.78 -
System Red Green Blue C M Y K H S L
Decimal 5 98 156 0.97 0.37 0 0.39 203.05 0.94 0.32
Hex 5 62 9C 61 25 0 27 CB 5E 20
Octal 5 142 234 141 45 0 47 313 136 40
Binary 101 1100010 10011100 1100001 100101 0 100111 11001011 1011110 100000

Color Harmonies of #05629C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05629C

Black with #05629C

Text Example


Text Example

White with #05629C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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