#063981

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

Shades of Dark Cerulean #063981

Tints of Dark Cerulean #063981

Color information

#063981 (or 0x063981) is unknown color: approx Dark Cerulean. HEX triplet: 06, 39 and 81. RGB value is (6,57,129). Sum of RGB (Red+Green+Blue) = 6+57+129=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 129 (50.78% from 255 or 67.19% from 192); Max value from RGB is 129 - color contains mainly: blue. Hex color #063981 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063981 is #F9C67E. Grayscale: #313131. Windows color (decimal): -16369279 or 8468742. OLE color: 8468742.

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

Color convert

RGB657129-
CMYK0.950.5600.49
HSL215.12º91.11%26.47%-
HSV(B)215.12º95.35%50.59%-
XYZ5.54.5521.36-
YUV49.96172.696.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.12%
GREEN value IS 57 (22.66% from 255) = 29.69%
BLUE value IS 129 (50.78% from 255) = 67.19%
R=3.12%
G=29.69%
B=67.19%

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
Decimal6571290.950.5600.49215.1291.1126.47
Hex639815F38031d75b1a
Octal6712011377006132713332
Binary110111001100000011011111111000011000111010111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063981; }

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

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

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

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

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

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

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

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