#05799E

Color #05799E Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #05799E

Tints of Cerulean #05799E

Color information

#05799E (or 0x05799E) is unknown color: approx Cerulean. HEX triplet: 05, 79 and 9E. RGB value is (5,121,158). Sum of RGB (Red+Green+Blue) = 5+121+158=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 121 (47.66% from 255 or 42.61% from 284); Blue value is 158 (62.11% from 255 or 55.63% from 284); Max value from RGB is 158 - color contains mainly: blue. Hex color #05799E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05799E is #FA8661. Grayscale: #5A5A5A. Windows color (decimal): -16418402 or 10385669. OLE color: 10385669.

HSL color Cylindrical-coordinate representation of color #05799E: hue angle of 194.51º 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 #05799E is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5121158-
CMYK0.970.2300.38
HSL194.51º93.87%31.96%-
HSV(B)194.51º96.84%61.96%-
XYZ13.0716.1834.78-
YUV90.53166.0766.99-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.76%
GREEN value IS 121 (47.66% from 255) = 42.61%
BLUE value IS 158 (62.11% from 255) = 55.63%
R=1.76%
G=42.61%
B=55.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51211580.970.2300.38194.5193.8731.96
Hex5799E6117026c35e20
Octal51712361412704630313640
Binary1011111001100111101100001101110100110110000111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05799E;
 }
 .AnyTagClassName
 {
   color: #05799E;
 }
</style>
background-color css

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

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

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

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

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

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