#05357A

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

Shades of Dark Cerulean #05357A

Tints of Dark Cerulean #05357A

Color information

#05357A (or 0x05357A) is unknown color: approx Dark Cerulean. HEX triplet: 05, 35 and 7A. RGB value is (5,53,122). Sum of RGB (Red+Green+Blue) = 5+53+122=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 122 (48.05% from 255 or 67.78% from 180); Max value from RGB is 122 - color contains mainly: blue. Hex color #05357A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05357A is #FACA85. Grayscale: #2E2E2E. Windows color (decimal): -16435846 or 8008965. OLE color: 8008965.

HSL color Cylindrical-coordinate representation of color #05357A: hue angle of 215.38º 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 #05357A is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB553122-
CMYK0.960.5700.52
HSL215.38º92.13%24.9%-
HSV(B)215.38º95.9%47.84%-
XYZ4.853.9818.93-
YUV46.51170.698.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.78%
GREEN value IS 53 (21.09% from 255) = 29.44%
BLUE value IS 122 (48.05% from 255) = 67.78%
R=2.78%
G=29.44%
B=67.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5531220.960.5700.52215.3892.1324.9
Hex5357A6039034d75c19
Octal5651721407106432713431
Binary10111010111110101100000111001011010011010111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05357A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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