#063F8D

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

Shades of Dark Cerulean #063F8D

Tints of Dark Cerulean #063F8D

Color information

#063F8D (or 0x063F8D) is unknown color: approx Dark Cerulean. HEX triplet: 06, 3F and 8D. RGB value is (6,63,141). Sum of RGB (Red+Green+Blue) = 6+63+141=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 141 (55.47% from 255 or 67.14% from 210); Max value from RGB is 141 - color contains mainly: blue. Hex color #063F8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063F8D is #F9C072. Grayscale: #363636. Windows color (decimal): -16367731 or 9256710. OLE color: 9256710.

HSL color Cylindrical-coordinate representation of color #063F8D: hue angle of 214.67º 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 #063F8D is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB663141-
CMYK0.960.5500.45
HSL214.67º91.84%28.82%-
HSV(B)214.67º95.74%55.29%-
XYZ6.665.5225.91-
YUV54.85176.6293.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.86%
GREEN value IS 63 (25% from 255) = 30%
BLUE value IS 141 (55.47% from 255) = 67.14%
R=2.86%
G=30%
B=67.14%

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
Decimal6631410.960.5500.45214.6791.8428.82
Hex63F8D603702Dd75c1d
Octal6772151406705532713435
Binary110111111100011011100000110111010110111010111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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