#064C94

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

Shades of Dark Cerulean #064C94

Tints of Dark Cerulean #064C94

Color information

#064C94 (or 0x064C94) is unknown color: approx Dark Cerulean. HEX triplet: 06, 4C and 94. RGB value is (6,76,148). Sum of RGB (Red+Green+Blue) = 6+76+148=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 148 (58.20% from 255 or 64.35% from 230); Max value from RGB is 148 - color contains mainly: blue. Hex color #064C94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064C94 is #F9B36B. Grayscale: #3E3E3E. Windows color (decimal): -16364396 or 9718790. OLE color: 9718790.

HSL color Cylindrical-coordinate representation of color #064C94: hue angle of 210.42º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064C94 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB676148-
CMYK0.960.4900.42
HSL210.42º92.21%30.2%-
HSV(B)210.42º95.95%58.04%-
XYZ87.3529.01-
YUV63.28175.8187.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.61%
GREEN value IS 76 (30.08% from 255) = 33.04%
BLUE value IS 148 (58.20% from 255) = 64.35%
R=2.61%
G=33.04%
B=64.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6761480.960.4900.42210.4292.2130.2
Hex64C94603102Ad25c1e
Octal61142241406105232213436
Binary1101001100100101001100000110001010101011010010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064C94; }

 p { color: rgb(6,76,148); }

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

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

 a { background-color: rgb(6,76,148); }

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

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

 span { border-color: rgb(6,76,148); }

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