#063F8C

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

Shades of Dark Cerulean #063F8C

Tints of Dark Cerulean #063F8C

Color information

#063F8C (or 0x063F8C) is unknown color: approx Dark Cerulean. HEX triplet: 06, 3F and 8C. RGB value is (6,63,140). Sum of RGB (Red+Green+Blue) = 6+63+140=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 140 (55.08% from 255 or 66.99% from 209); Max value from RGB is 140 - color contains mainly: blue. Hex color #063F8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063F8C is #F9C073. Grayscale: #363636. Windows color (decimal): -16367732 or 9191174. OLE color: 9191174.

HSL color Cylindrical-coordinate representation of color #063F8C: hue angle of 214.48º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063F8C is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB663140-
CMYK0.960.5500.45
HSL214.48º91.78%28.63%-
HSV(B)214.48º95.71%54.9%-
XYZ6.595.4925.52-
YUV54.73176.1293.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.87%
GREEN value IS 63 (25% from 255) = 30.14%
BLUE value IS 140 (55.08% from 255) = 66.99%
R=2.87%
G=30.14%
B=66.99%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6631400.960.5500.45214.4891.7828.63
Hex63F8C603702Dd65c1d
Octal6772141406705532613435
Binary110111111100011001100000110111010110111010110101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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