#063E70

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

Shades of Dark Cerulean #063E70

Tints of Dark Cerulean #063E70

Color information

#063E70 (or 0x063E70) is unknown color: approx Dark Cerulean. HEX triplet: 06, 3E and 70. RGB value is (6,62,112). Sum of RGB (Red+Green+Blue) = 6+62+112=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 62 (24.61% from 255 or 34.44% from 180); Blue value is 112 (44.14% from 255 or 62.22% from 180); Max value from RGB is 112 - color contains mainly: blue. Hex color #063E70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063E70 is #F9C18F. Grayscale: #323232. Windows color (decimal): -16368016 or 7355910. OLE color: 7355910.

HSL color Cylindrical-coordinate representation of color #063E70: hue angle of 208.3º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063E70 is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB662112-
CMYK0.950.4500.56
HSL208.3º89.83%23.14%-
HSV(B)208.3º94.64%43.92%-
XYZ4.724.6515.98-
YUV50.96162.4595.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.33%
GREEN value IS 62 (24.61% from 255) = 34.44%
BLUE value IS 112 (44.14% from 255) = 62.22%
R=3.33%
G=34.44%
B=62.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6621120.950.4500.56208.389.8323.14
Hex63E705F2D038d05a17
Octal6761601375507032013227
Binary11011111011100001011111101101011100011010000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,62,112); }

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

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

 a { background-color: rgb(6,62,112); }

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

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

 span { border-color: rgb(6,62,112); }

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