#063982

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

Shades of Dark Cerulean #063982

Tints of Dark Cerulean #063982

Color information

#063982 (or 0x063982) is unknown color: approx Dark Cerulean. HEX triplet: 06, 39 and 82. RGB value is (6,57,130). Sum of RGB (Red+Green+Blue) = 6+57+130=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 130 (51.17% from 255 or 67.36% from 193); Max value from RGB is 130 - color contains mainly: blue. Hex color #063982 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063982 is #F9C67D. Grayscale: #313131. Windows color (decimal): -16369278 or 8534278. OLE color: 8534278.

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

Color convert

RGB657130-
CMYK0.950.5600.49
HSL215.32º91.18%26.67%-
HSV(B)215.32º95.38%50.98%-
XYZ5.574.5821.71-
YUV50.07173.196.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.11%
GREEN value IS 57 (22.66% from 255) = 29.53%
BLUE value IS 130 (51.17% from 255) = 67.36%
R=3.11%
G=29.53%
B=67.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6571300.950.5600.49215.3291.1826.67
Hex639825F38031d75b1b
Octal6712021377006132713333
Binary110111001100000101011111111000011000111010111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063982; }

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

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

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

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

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

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

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

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