Html Css Color HEX #05639B Cerulean

📋 copy color: '#05639B'

red 5 ◦ green 99 ◦ blue 155

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

Shades of Cerulean #05639B

Tints of Cerulean #05639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.22%

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

R = 1.93%
G = 38.22%
B = 59.85%

CMYK

 C value IS 0.97

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05639B (or 0x05639B) is known color: Cerulean. HEX triplet: 05, 63 and 9B. RGB value is (5,99,155). Sum of RGB (Red+Green+Blue) = 5+99+155=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 155 (60.94% from 255 or 59.85% from 259); Max value from RGB is 155 - color contains mainly: blue. Hex color #05639B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05639B is #FA9C64. Grayscale: #4C4C4C. Windows color (decimal): -16424037 or 10183429. OLE color: 10183429.

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

Color convert

RGB 5 99 155 -
CMYK 0.97 0.36 0 0.39
HSL 202.4º 0.94% 0.31% -
HSV(B) 202.4º 0.97% 0.61% -
XYZ 10.44 11.32 32.65 -
YUV 77.28 171.86 76.45 -
System Red Green Blue C M Y K H S L
Decimal 5 99 155 0.97 0.36 0 0.39 202.4 0.94 0.31
Hex 5 63 9B 61 24 0 27 CA 5E 1F
Octal 5 143 233 141 44 0 47 312 136 37
Binary 101 1100011 10011011 1100001 100100 0 100111 11001010 1011110 11111

Color Harmonies of #05639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05639B

Black with #05639B

Text Example


Text Example

White with #05639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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