#05327C

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

Shades of Dark Cerulean #05327C

Tints of Dark Cerulean #05327C

Color information

#05327C (or 0x05327C) is unknown color: approx Dark Cerulean. HEX triplet: 05, 32 and 7C. RGB value is (5,50,124). Sum of RGB (Red+Green+Blue) = 5+50+124=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 124 (48.83% from 255 or 69.27% from 179); Max value from RGB is 124 - color contains mainly: blue. Hex color #05327C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05327C is #FACD83. Grayscale: #2C2C2C. Windows color (decimal): -16436612 or 8139269. OLE color: 8139269.

HSL color Cylindrical-coordinate representation of color #05327C: hue angle of 217.31º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05327C is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB550124-
CMYK0.960.6000.51
HSL217.31º92.25%25.29%-
HSV(B)217.31º95.97%48.63%-
XYZ4.843.7719.54-
YUV44.98172.5999.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.79%
GREEN value IS 50 (19.92% from 255) = 27.93%
BLUE value IS 124 (48.83% from 255) = 69.27%
R=2.79%
G=27.93%
B=69.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5501240.960.6000.51217.3192.2525.29
Hex5327C603C033d95c19
Octal5621741407406333113431
Binary10111001011111001100000111100011001111011001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05327C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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