#064B7A

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

Shades of Dark Cerulean #064B7A

Tints of Dark Cerulean #064B7A

Color information

#064B7A (or 0x064B7A) is unknown color: approx Dark Cerulean. HEX triplet: 06, 4B and 7A. RGB value is (6,75,122). Sum of RGB (Red+Green+Blue) = 6+75+122=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 122 (48.05% from 255 or 60.10% from 203); Max value from RGB is 122 - color contains mainly: blue. Hex color #064B7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064B7A is #F9B485. Grayscale: #3B3B3B. Windows color (decimal): -16364678 or 8014598. OLE color: 8014598.

HSL color Cylindrical-coordinate representation of color #064B7A: hue angle of 204.31º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064B7A is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB675122-
CMYK0.950.3900.52
HSL204.31º90.62%25.1%-
HSV(B)204.31º95.08%47.84%-
XYZ6.16.4819.34-
YUV59.73163.1489.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.96%
GREEN value IS 75 (29.69% from 255) = 36.95%
BLUE value IS 122 (48.05% from 255) = 60.10%
R=2.96%
G=36.95%
B=60.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6751220.950.3900.52204.3190.6225.1
Hex64B7A5F27034cc5b19
Octal61131721374706431413331
Binary110100101111110101011111100111011010011001100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,75,122); }

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

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

 a { background-color: rgb(6,75,122); }

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

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

 span { border-color: rgb(6,75,122); }

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