#063E7A

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

Shades of Dark Cerulean #063E7A

Tints of Dark Cerulean #063E7A

Color information

#063E7A (or 0x063E7A) is unknown color: approx Dark Cerulean. HEX triplet: 06, 3E and 7A. RGB value is (6,62,122). Sum of RGB (Red+Green+Blue) = 6+62+122=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 62 (24.61% from 255 or 32.63% from 190); Blue value is 122 (48.05% from 255 or 64.21% from 190); Max value from RGB is 122 - color contains mainly: blue. Hex color #063E7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063E7A is #F9C185. Grayscale: #333333. Windows color (decimal): -16368006 or 8011270. OLE color: 8011270.

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

Color convert

RGB662122-
CMYK0.950.4900.52
HSL211.03º90.62%25.1%-
HSV(B)211.03º95.08%47.84%-
XYZ5.314.8919.08-
YUV52.1167.4595.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.16%
GREEN value IS 62 (24.61% from 255) = 32.63%
BLUE value IS 122 (48.05% from 255) = 64.21%
R=3.16%
G=32.63%
B=64.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6621220.950.4900.52211.0390.6225.1
Hex63E7A5F31034d35b19
Octal6761721376106432313331
Binary11011111011110101011111110001011010011010011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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