#064F94

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

Shades of Dark Cerulean #064F94

Tints of Dark Cerulean #064F94

Color information

#064F94 (or 0x064F94) is unknown color: approx Dark Cerulean. HEX triplet: 06, 4F and 94. RGB value is (6,79,148). Sum of RGB (Red+Green+Blue) = 6+79+148=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 148 (58.20% from 255 or 63.52% from 233); Max value from RGB is 148 - color contains mainly: blue. Hex color #064F94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064F94 is #F9B06B. Grayscale: #404040. Windows color (decimal): -16363628 or 9719558. OLE color: 9719558.

HSL color Cylindrical-coordinate representation of color #064F94: hue angle of 209.15º 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 #064F94 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB679148-
CMYK0.960.4700.42
HSL209.15º92.21%30.2%-
HSV(B)209.15º95.95%58.04%-
XYZ8.227.7729.08-
YUV65.04174.8285.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.58%
GREEN value IS 79 (31.25% from 255) = 33.91%
BLUE value IS 148 (58.20% from 255) = 63.52%
R=2.58%
G=33.91%
B=63.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6791480.960.4700.42209.1592.2130.2
Hex64F94602F02Ad15c1e
Octal61172241405705232113436
Binary1101001111100101001100000101111010101011010001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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