Html Css Color HEX #05759C Cerulean

📋 copy color: '#05759C'

red 5 ◦ green 117 ◦ blue 156

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

Shades of Cerulean #05759C

Tints of Cerulean #05759C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.09%

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

R = 1.8%
G = 42.09%
B = 56.12%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05759C (or 0x05759C) is known color: Cerulean. HEX triplet: 05, 75 and 9C. RGB value is (5,117,156). Sum of RGB (Red+Green+Blue) = 5+117+156=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 156 (61.33% from 255 or 56.12% from 278); Max value from RGB is 156 - color contains mainly: blue. Hex color #05759C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05759C is #FA8A63. Grayscale: #575757. Windows color (decimal): -16419428 or 10253573. OLE color: 10253573.

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

Color convert

RGB 5 117 156 -
CMYK 0.97 0.25 0 0.39
HSL 195.5º 0.94% 0.32% -
HSV(B) 195.5º 0.97% 0.61% -
XYZ 12.42 15.16 33.72 -
YUV 87.96 166.39 68.83 -
System Red Green Blue C M Y K H S L
Decimal 5 117 156 0.97 0.25 0 0.39 195.5 0.94 0.32
Hex 5 75 9C 61 19 0 27 C3 5E 20
Octal 5 165 234 141 31 0 47 303 136 40
Binary 101 1110101 10011100 1100001 11001 0 100111 11000011 1011110 100000

Color Harmonies of #05759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05759C

Black with #05759C

Text Example


Text Example

White with #05759C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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