Html Css Color HEX #05729B Cerulean

📋 copy color: '#05729B'

red 5 ◦ green 114 ◦ blue 155

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

Shades of Cerulean #05729B

Tints of Cerulean #05729B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.61%

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

R = 1.82%
G = 41.61%
B = 56.57%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05729B (or 0x05729B) is known color: Cerulean. HEX triplet: 05, 72 and 9B. RGB value is (5,114,155). Sum of RGB (Red+Green+Blue) = 5+114+155=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #05729B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05729B is #FA8D64. Grayscale: #555555. Windows color (decimal): -16420197 or 10187269. OLE color: 10187269.

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

Color convert

RGB 5 114 155 -
CMYK 0.97 0.26 0 0.39
HSL 196.4º 0.94% 0.31% -
HSV(B) 196.4º 0.97% 0.61% -
XYZ 12 14.43 33.16 -
YUV 86.08 166.89 70.17 -
System Red Green Blue C M Y K H S L
Decimal 5 114 155 0.97 0.26 0 0.39 196.4 0.94 0.31
Hex 5 72 9B 61 1A 0 27 C4 5E 1F
Octal 5 162 233 141 32 0 47 304 136 37
Binary 101 1110010 10011011 1100001 11010 0 100111 11000100 1011110 11111

Color Harmonies of #05729B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05729B

Black with #05729B

Text Example


Text Example

White with #05729B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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