#064787

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

Shades of Dark Cerulean #064787

Tints of Dark Cerulean #064787

Color information

#064787 (or 0x064787) is unknown color: approx Dark Cerulean. HEX triplet: 06, 47 and 87. RGB value is (6,71,135). Sum of RGB (Red+Green+Blue) = 6+71+135=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 135 (53.12% from 255 or 63.68% from 212); Max value from RGB is 135 - color contains mainly: blue. Hex color #064787 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064787 is #F9B878. Grayscale: #3A3A3A. Windows color (decimal): -16365689 or 8865542. OLE color: 8865542.

HSL color Cylindrical-coordinate representation of color #064787: hue angle of 209.77º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064787 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB671135-
CMYK0.960.4700.47
HSL209.77º91.49%27.65%-
HSV(B)209.77º95.56%52.94%-
XYZ6.76.2923.78-
YUV58.86170.9790.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.83%
GREEN value IS 71 (28.12% from 255) = 33.49%
BLUE value IS 135 (53.12% from 255) = 63.68%
R=2.83%
G=33.49%
B=63.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6711350.960.4700.47209.7791.4927.65
Hex64787602F02Fd25b1c
Octal61072071405705732213334
Binary1101000111100001111100000101111010111111010010101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064787; }

 p { color: rgb(6,71,135); }

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

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

 a { background-color: rgb(6,71,135); }

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

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

 span { border-color: rgb(6,71,135); }

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