#064C7A

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

Shades of Dark Cerulean #064C7A

Tints of Dark Cerulean #064C7A

Color information

#064C7A (or 0x064C7A) is unknown color: approx Dark Cerulean. HEX triplet: 06, 4C and 7A. RGB value is (6,76,122). Sum of RGB (Red+Green+Blue) = 6+76+122=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 122 (48.05% from 255 or 59.80% from 204); Max value from RGB is 122 - color contains mainly: blue. Hex color #064C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064C7A is #F9B385. Grayscale: #3C3C3C. Windows color (decimal): -16364422 or 8014854. OLE color: 8014854.

HSL color Cylindrical-coordinate representation of color #064C7A: hue angle of 203.79º 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 #064C7A is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB676122-
CMYK0.950.3800.52
HSL203.79º90.62%25.1%-
HSV(B)203.79º95.08%47.84%-
XYZ6.176.6119.36-
YUV60.31162.8189.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.94%
GREEN value IS 76 (30.08% from 255) = 37.25%
BLUE value IS 122 (48.05% from 255) = 59.80%
R=2.94%
G=37.25%
B=59.80%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6761220.950.3800.52203.7990.6225.1
Hex64C7A5F26034cc5b19
Octal61141721374606431413331
Binary110100110011110101011111100110011010011001100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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