#064C7B

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

Shades of Dark Cerulean #064C7B

Tints of Dark Cerulean #064C7B

Color information

#064C7B (or 0x064C7B) is unknown color: approx Dark Cerulean. HEX triplet: 06, 4C and 7B. RGB value is (6,76,123). Sum of RGB (Red+Green+Blue) = 6+76+123=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 123 (48.44% from 255 or 60% from 205); Max value from RGB is 123 - color contains mainly: blue. Hex color #064C7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064C7B is #F9B384. Grayscale: #3C3C3C. Windows color (decimal): -16364421 or 8080390. OLE color: 8080390.

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

Color convert

RGB676123-
CMYK0.950.3800.52
HSL204.1º90.7%25.29%-
HSV(B)204.1º95.12%48.24%-
XYZ6.236.6419.69-
YUV60.43163.3189.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.93%
GREEN value IS 76 (30.08% from 255) = 37.07%
BLUE value IS 123 (48.44% from 255) = 60%
R=2.93%
G=37.07%
B=60%

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
Decimal6761230.950.3800.52204.190.725.29
Hex64C7B5F26034cc5b19
Octal61141731374606431413331
Binary110100110011110111011111100110011010011001100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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