#063F84

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

Shades of Dark Cerulean #063F84

Tints of Dark Cerulean #063F84

Color information

#063F84 (or 0x063F84) is unknown color: approx Dark Cerulean. HEX triplet: 06, 3F and 84. RGB value is (6,63,132). Sum of RGB (Red+Green+Blue) = 6+63+132=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 132 (51.95% from 255 or 65.67% from 201); Max value from RGB is 132 - color contains mainly: blue. Hex color #063F84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063F84 is #F9C07B. Grayscale: #353535. Windows color (decimal): -16367740 or 8666886. OLE color: 8666886.

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

Color convert

RGB663132-
CMYK0.950.5200.48
HSL212.86º91.3%27.06%-
HSV(B)212.86º95.45%51.76%-
XYZ6.025.2622.53-
YUV53.82172.1293.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.99%
GREEN value IS 63 (25% from 255) = 31.34%
BLUE value IS 132 (51.95% from 255) = 65.67%
R=2.99%
G=31.34%
B=65.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6631320.950.5200.48212.8691.327.06
Hex63F845F34030d55b1b
Octal6772041376406032513333
Binary110111111100001001011111110100011000011010101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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