Html Css Color HEX #05709B Cerulean

📋 copy color: '#05709B'

red 5 ◦ green 112 ◦ blue 155

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

Shades of Cerulean #05709B

Tints of Cerulean #05709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.18%

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

R = 1.84%
G = 41.18%
B = 56.99%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05709B (or 0x05709B) is known color: Cerulean. HEX triplet: 05, 70 and 9B. RGB value is (5,112,155). Sum of RGB (Red+Green+Blue) = 5+112+155=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 155 (60.94% from 255 or 56.99% from 272); Max value from RGB is 155 - color contains mainly: blue. Hex color #05709B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05709B is #FA8F64. Grayscale: #545454. Windows color (decimal): -16420709 or 10186757. OLE color: 10186757.

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

Color convert

RGB 5 112 155 -
CMYK 0.97 0.28 0 0.39
HSL 197.2º 0.94% 0.31% -
HSV(B) 197.2º 0.97% 0.61% -
XYZ 11.77 13.99 33.09 -
YUV 84.91 167.55 71 -
System Red Green Blue C M Y K H S L
Decimal 5 112 155 0.97 0.28 0 0.39 197.2 0.94 0.31
Hex 5 70 9B 61 1C 0 27 C5 5E 1F
Octal 5 160 233 141 34 0 47 305 136 37
Binary 101 1110000 10011011 1100001 11100 0 100111 11000101 1011110 11111

Color Harmonies of #05709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05709B

Black with #05709B

Text Example


Text Example

White with #05709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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