#064688

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

Shades of Dark Cerulean #064688

Tints of Dark Cerulean #064688

Color information

#064688 (or 0x064688) is unknown color: approx Dark Cerulean. HEX triplet: 06, 46 and 88. RGB value is (6,70,136). Sum of RGB (Red+Green+Blue) = 6+70+136=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 136 (53.52% from 255 or 64.15% from 212); Max value from RGB is 136 - color contains mainly: blue. Hex color #064688 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064688 is #F9B977. Grayscale: #3A3A3A. Windows color (decimal): -16365944 or 8930822. OLE color: 8930822.

HSL color Cylindrical-coordinate representation of color #064688: hue angle of 210.46º degrees, saturation: 0.92, 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 #064688 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB670136-
CMYK0.960.4900.47
HSL210.46º91.55%27.84%-
HSV(B)210.46º95.59%53.33%-
XYZ6.716.224.14-
YUV58.39171.890.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.83%
GREEN value IS 70 (27.73% from 255) = 33.02%
BLUE value IS 136 (53.52% from 255) = 64.15%
R=2.83%
G=33.02%
B=64.15%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6701360.960.4900.47210.4691.5527.84
Hex64688603102Fd25c1c
Octal61062101406105732213434
Binary1101000110100010001100000110001010111111010010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064688; }

 p { color: rgb(6,70,136); }

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

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

 a { background-color: rgb(6,70,136); }

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

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

 span { border-color: rgb(6,70,136); }

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