#064E7B

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

Shades of Dark Cerulean #064E7B

Tints of Dark Cerulean #064E7B

Color information

#064E7B (or 0x064E7B) is unknown color: approx Dark Cerulean. HEX triplet: 06, 4E and 7B. RGB value is (6,78,123). Sum of RGB (Red+Green+Blue) = 6+78+123=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 123 (48.44% from 255 or 59.42% from 207); Max value from RGB is 123 - color contains mainly: blue. Hex color #064E7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064E7B is #F9B184. Grayscale: #3D3D3D. Windows color (decimal): -16363909 or 8080902. OLE color: 8080902.

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

Color convert

RGB678123-
CMYK0.950.3700.52
HSL203.08º90.7%25.29%-
HSV(B)203.08º95.12%48.24%-
XYZ6.376.9219.74-
YUV61.6162.6588.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.90%
GREEN value IS 78 (30.86% from 255) = 37.68%
BLUE value IS 123 (48.44% from 255) = 59.42%
R=2.90%
G=37.68%
B=59.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6781230.950.3700.52203.0890.725.29
Hex64E7B5F25034cb5b19
Octal61161731374506431313331
Binary110100111011110111011111100101011010011001011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,78,123); }

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

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

 a { background-color: rgb(6,78,123); }

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

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

 span { border-color: rgb(6,78,123); }

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