#063984

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

Shades of Dark Cerulean #063984

Tints of Dark Cerulean #063984

Color information

#063984 (or 0x063984) is unknown color: approx Dark Cerulean. HEX triplet: 06, 39 and 84. RGB value is (6,57,132). Sum of RGB (Red+Green+Blue) = 6+57+132=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 132 (51.95% from 255 or 67.69% from 195); Max value from RGB is 132 - color contains mainly: blue. Hex color #063984 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063984 is #F9C67B. Grayscale: #313131. Windows color (decimal): -16369276 or 8665350. OLE color: 8665350.

HSL color Cylindrical-coordinate representation of color #063984: hue angle of 215.71º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063984 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB657132-
CMYK0.950.5700.48
HSL215.71º91.3%27.06%-
HSV(B)215.71º95.45%51.76%-
XYZ5.74.6322.42-
YUV50.3174.196.4-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.08%
GREEN value IS 57 (22.66% from 255) = 29.23%
BLUE value IS 132 (51.95% from 255) = 67.69%
R=3.08%
G=29.23%
B=67.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6571320.950.5700.48215.7191.327.06
Hex639845F39030d85b1b
Octal6712041377106033013333
Binary110111001100001001011111111001011000011011000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063984; }

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

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

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

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

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

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

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

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