#063D7A

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

Shades of Dark Cerulean #063D7A

Tints of Dark Cerulean #063D7A

Color information

#063D7A (or 0x063D7A) is unknown color: approx Dark Cerulean. HEX triplet: 06, 3D and 7A. RGB value is (6,61,122). Sum of RGB (Red+Green+Blue) = 6+61+122=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 122 (48.05% from 255 or 64.55% from 189); Max value from RGB is 122 - color contains mainly: blue. Hex color #063D7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063D7A is #F9C285. Grayscale: #333333. Windows color (decimal): -16368262 or 8011014. OLE color: 8011014.

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

Color convert

RGB661122-
CMYK0.950.5000.52
HSL211.55º90.62%25.1%-
HSV(B)211.55º95.08%47.84%-
XYZ5.264.7819.06-
YUV51.51167.7895.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.17%
GREEN value IS 61 (24.22% from 255) = 32.28%
BLUE value IS 122 (48.05% from 255) = 64.55%
R=3.17%
G=32.28%
B=64.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6611220.950.5000.52211.5590.6225.1
Hex63D7A5F32034d45b19
Octal6751721376206432413331
Binary11011110111110101011111110010011010011010100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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