Html Css Color HEX #05799D Cerulean

📋 copy color: '#05799D'

red 5 ◦ green 121 ◦ blue 157

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

Shades of Cerulean #05799D

Tints of Cerulean #05799D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.76%

 BLUE value IS 157 (61.72% from 255) = 55.48%

R = 1.77%
G = 42.76%
B = 55.48%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05799D (or 0x05799D) is known color: Cerulean. HEX triplet: 05, 79 and 9D. RGB value is (5,121,157). Sum of RGB (Red+Green+Blue) = 5+121+157=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #05799D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05799D is #FA8662. Grayscale: #5A5A5A. Windows color (decimal): -16418403 or 10320133. OLE color: 10320133.

HSL color Cylindrical-coordinate representation of color #05799D: hue angle of 194.21º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05799D is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 121 157 -
CMYK 0.97 0.23 0 0.38
HSL 194.21º 0.94% 0.32% -
HSV(B) 194.21º 0.97% 0.62% -
XYZ 12.99 16.14 34.33 -
YUV 90.42 165.57 67.07 -
System Red Green Blue C M Y K H S L
Decimal 5 121 157 0.97 0.23 0 0.38 194.21 0.94 0.32
Hex 5 79 9D 61 17 0 26 C2 5E 20
Octal 5 171 235 141 27 0 46 302 136 40
Binary 101 1111001 10011101 1100001 10111 0 100110 11000010 1011110 100000

Color Harmonies of #05799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05799D

Black with #05799D

Text Example


Text Example

White with #05799D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05799D; }

 p { color: rgb(5,121,157); }

 H1.HeaderClassName
 {
   color: #05799D;
 }
 .AnyTagClassName
 {
   color: #05799D;
 }
</style>

background-color css

<style>
 a { background-color: #05799D; }

 a { background-color: rgb(5,121,157); }

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

border-color css

<style>
 span { border-color: #05799D; }

 span { border-color: rgb(5,121,157); }

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