#063C80

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

Shades of Dark Cerulean #063C80

Tints of Dark Cerulean #063C80

Color information

#063C80 (or 0x063C80) is unknown color: approx Dark Cerulean. HEX triplet: 06, 3C and 80. RGB value is (6,60,128). Sum of RGB (Red+Green+Blue) = 6+60+128=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 128 (50.39% from 255 or 65.98% from 194); Max value from RGB is 128 - color contains mainly: blue. Hex color #063C80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063C80 is #F9C37F. Grayscale: #333333. Windows color (decimal): -16368512 or 8403974. OLE color: 8403974.

HSL color Cylindrical-coordinate representation of color #063C80: hue angle of 213.44º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063C80 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB660128-
CMYK0.950.5300.50
HSL213.44º91.04%26.27%-
HSV(B)213.44º95.31%50.2%-
XYZ5.594.8321.06-
YUV51.61171.1195.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.09%
GREEN value IS 60 (23.83% from 255) = 30.93%
BLUE value IS 128 (50.39% from 255) = 65.98%
R=3.09%
G=30.93%
B=65.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6601280.950.5300.50213.4491.0426.27
Hex63C805F35032d55b1a
Octal6742001376506232513332
Binary110111100100000001011111110101011001011010101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063C80; }

 p { color: rgb(6,60,128); }

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

<style>
 a { background-color: #063C80; }

 a { background-color: rgb(6,60,128); }

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

<style>
 span { border-color: #063C80; }

 span { border-color: rgb(6,60,128); }

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