#063777

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

Shades of Dark Cerulean #063777

Tints of Dark Cerulean #063777

Color information

#063777 (or 0x063777) is unknown color: approx Dark Cerulean. HEX triplet: 06, 37 and 77. RGB value is (6,55,119). Sum of RGB (Red+Green+Blue) = 6+55+119=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 119 (46.88% from 255 or 66.11% from 180); Max value from RGB is 119 - color contains mainly: blue. Hex color #063777 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063777 is #F9C888. Grayscale: #2F2F2F. Windows color (decimal): -16369801 or 7812870. OLE color: 7812870.

HSL color Cylindrical-coordinate representation of color #063777: hue angle of 213.98º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063777 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB655119-
CMYK0.950.5400.53
HSL213.98º90.4%24.51%-
HSV(B)213.98º94.96%46.67%-
XYZ4.774.117.99-
YUV47.64168.2798.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.33%
GREEN value IS 55 (21.88% from 255) = 30.56%
BLUE value IS 119 (46.88% from 255) = 66.11%
R=3.33%
G=30.56%
B=66.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6551190.950.5400.53213.9890.424.51
Hex637775F36035d65a19
Octal6671671376606532613231
Binary11011011111101111011111110110011010111010110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063777; }

 p { color: rgb(6,55,119); }

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

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

 a { background-color: rgb(6,55,119); }

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

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

 span { border-color: rgb(6,55,119); }

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