#05497A

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

Shades of Dark Cerulean #05497A

Tints of Dark Cerulean #05497A

Color information

#05497A (or 0x05497A) is unknown color: approx Dark Cerulean. HEX triplet: 05, 49 and 7A. RGB value is (5,73,122). Sum of RGB (Red+Green+Blue) = 5+73+122=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 122 (48.05% from 255 or 61% from 200); Max value from RGB is 122 - color contains mainly: blue. Hex color #05497A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05497A is #FAB685. Grayscale: #393939. Windows color (decimal): -16430726 or 8014085. OLE color: 8014085.

HSL color Cylindrical-coordinate representation of color #05497A: hue angle of 205.13º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05497A is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB573122-
CMYK0.960.4000.52
HSL205.13º92.13%24.9%-
HSV(B)205.13º95.9%47.84%-
XYZ5.966.219.3-
YUV58.25163.9790.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.5%
GREEN value IS 73 (28.91% from 255) = 36.5%
BLUE value IS 122 (48.05% from 255) = 61%
R=2.5%
G=36.5%
B=61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5731220.960.4000.52205.1392.1324.9
Hex5497A6028034cd5c19
Octal51111721405006431513431
Binary101100100111110101100000101000011010011001101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,73,122); }

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

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

 a { background-color: rgb(5,73,122); }

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

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

 span { border-color: rgb(5,73,122); }

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