#05327A

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

Shades of Dark Cerulean #05327A

Tints of Dark Cerulean #05327A

Color information

#05327A (or 0x05327A) is unknown color: approx Dark Cerulean. HEX triplet: 05, 32 and 7A. RGB value is (5,50,122). Sum of RGB (Red+Green+Blue) = 5+50+122=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 122 (48.05% from 255 or 68.93% from 177); Max value from RGB is 122 - color contains mainly: blue. Hex color #05327A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05327A is #FACD85. Grayscale: #2C2C2C. Windows color (decimal): -16436614 or 8008197. OLE color: 8008197.

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

Color convert

RGB550122-
CMYK0.960.5900.52
HSL216.92º92.13%24.9%-
HSV(B)216.92º95.9%47.84%-
XYZ4.723.7218.88-
YUV44.75171.5999.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.82%
GREEN value IS 50 (19.92% from 255) = 28.25%
BLUE value IS 122 (48.05% from 255) = 68.93%
R=2.82%
G=28.25%
B=68.93%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5501220.960.5900.52216.9292.1324.9
Hex5327A603B034d95c19
Octal5621721407306433113431
Binary10111001011110101100000111011011010011011001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05327A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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