#063C82

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

Shades of Dark Cerulean #063C82

Tints of Dark Cerulean #063C82

Color information

#063C82 (or 0x063C82) is unknown color: approx Dark Cerulean. HEX triplet: 06, 3C and 82. RGB value is (6,60,130). Sum of RGB (Red+Green+Blue) = 6+60+130=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 130 (51.17% from 255 or 66.33% from 196); Max value from RGB is 130 - color contains mainly: blue. Hex color #063C82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063C82 is #F9C37D. Grayscale: #333333. Windows color (decimal): -16368510 or 8535046. OLE color: 8535046.

HSL color Cylindrical-coordinate representation of color #063C82: hue angle of 213.87º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063C82 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB660130-
CMYK0.950.5400.49
HSL213.87º91.18%26.67%-
HSV(B)213.87º95.38%50.98%-
XYZ5.724.8821.76-
YUV51.83172.1195.31-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.06%
GREEN value IS 60 (23.83% from 255) = 30.61%
BLUE value IS 130 (51.17% from 255) = 66.33%
R=3.06%
G=30.61%
B=66.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6601300.950.5400.49213.8791.1826.67
Hex63C825F36031d65b1b
Octal6742021376606132613333
Binary110111100100000101011111110110011000111010110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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