Html Css Color HEX #05729C Cerulean

📋 copy color: '#05729C'

red 5 ◦ green 114 ◦ blue 156

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

Shades of Cerulean #05729C

Tints of Cerulean #05729C

RGB

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

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

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

R = 1.82%
G = 41.45%
B = 56.73%

CMYK

 C value IS 0.97

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05729C (or 0x05729C) is known color: Cerulean. HEX triplet: 05, 72 and 9C. RGB value is (5,114,156). Sum of RGB (Red+Green+Blue) = 5+114+156=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #05729C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05729C is #FA8D63. Grayscale: #555555. Windows color (decimal): -16420196 or 10252805. OLE color: 10252805.

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

Color convert

RGB 5 114 156 -
CMYK 0.97 0.27 0 0.39
HSL 196.69º 0.94% 0.32% -
HSV(B) 196.69º 0.97% 0.61% -
XYZ 12.08 14.47 33.61 -
YUV 86.2 167.39 70.08 -
System Red Green Blue C M Y K H S L
Decimal 5 114 156 0.97 0.27 0 0.39 196.69 0.94 0.32
Hex 5 72 9C 61 1B 0 27 C5 5E 20
Octal 5 162 234 141 33 0 47 305 136 40
Binary 101 1110010 10011100 1100001 11011 0 100111 11000101 1011110 100000

Color Harmonies of #05729C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05729C

Black with #05729C

Text Example


Text Example

White with #05729C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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