#063E82

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

Shades of Dark Cerulean #063E82

Tints of Dark Cerulean #063E82

Color information

#063E82 (or 0x063E82) is unknown color: approx Dark Cerulean. HEX triplet: 06, 3E and 82. RGB value is (6,62,130). Sum of RGB (Red+Green+Blue) = 6+62+130=198 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.03% from 198); Green value is 62 (24.61% from 255 or 31.31% from 198); Blue value is 130 (51.17% from 255 or 65.66% from 198); Max value from RGB is 130 - color contains mainly: blue. Hex color #063E82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063E82 is #F9C17D. Grayscale: #343434. Windows color (decimal): -16367998 or 8535558. OLE color: 8535558.

HSL color Cylindrical-coordinate representation of color #063E82: hue angle of 212.9º 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 #063E82 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB662130-
CMYK0.950.5200.49
HSL212.9º91.18%26.67%-
HSV(B)212.9º95.38%50.98%-
XYZ5.835.121.8-
YUV53.01171.4594.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.03%
GREEN value IS 62 (24.61% from 255) = 31.31%
BLUE value IS 130 (51.17% from 255) = 65.66%
R=3.03%
G=31.31%
B=65.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6621300.950.5200.49212.991.1826.67
Hex63E825F34031d55b1b
Octal6762021376406132513333
Binary110111110100000101011111110100011000111010101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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