#05749A

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

Shades of Cerulean #05749A

Tints of Cerulean #05749A

Color information

#05749A (or 0x05749A) is unknown color: approx Cerulean. HEX triplet: 05, 74 and 9A. RGB value is (5,116,154). Sum of RGB (Red+Green+Blue) = 5+116+154=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 154 (60.55% from 255 or 56% from 275); Max value from RGB is 154 - color contains mainly: blue. Hex color #05749A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05749A is #FA8B65. Grayscale: #565656. Windows color (decimal): -16419686 or 10122245. OLE color: 10122245.

HSL color Cylindrical-coordinate representation of color #05749A: hue angle of 195.3º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05749A is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5116154-
CMYK0.970.2500.40
HSL195.3º93.71%31.18%-
HSV(B)195.3º96.75%60.39%-
XYZ12.1414.8632.8-
YUV87.14165.7369.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.82%
GREEN value IS 116 (45.70% from 255) = 42.18%
BLUE value IS 154 (60.55% from 255) = 56%
R=1.82%
G=42.18%
B=56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51161540.970.2500.40195.393.7131.18
Hex5749A6119028c35e1f
Octal51642321413105030313637
Binary101111010010011010110000111001010100011000011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05749A; }

 p { color: rgb(5,116,154); }

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

<style>
 a { background-color: #05749A; }

 a { background-color: rgb(5,116,154); }

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

<style>
 span { border-color: #05749A; }

 span { border-color: rgb(5,116,154); }

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