#064B7B

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

Shades of Dark Cerulean #064B7B

Tints of Dark Cerulean #064B7B

Color information

#064B7B (or 0x064B7B) is unknown color: approx Dark Cerulean. HEX triplet: 06, 4B and 7B. RGB value is (6,75,123). Sum of RGB (Red+Green+Blue) = 6+75+123=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 123 (48.44% from 255 or 60.29% from 204); Max value from RGB is 123 - color contains mainly: blue. Hex color #064B7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064B7B is #F9B484. Grayscale: #3B3B3B. Windows color (decimal): -16364677 or 8080134. OLE color: 8080134.

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

Color convert

RGB675123-
CMYK0.950.3900.52
HSL204.62º90.7%25.29%-
HSV(B)204.62º95.12%48.24%-
XYZ6.176.519.67-
YUV59.84163.6489.6-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.94%
GREEN value IS 75 (29.69% from 255) = 36.76%
BLUE value IS 123 (48.44% from 255) = 60.29%
R=2.94%
G=36.76%
B=60.29%

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
Decimal6751230.950.3900.52204.6290.725.29
Hex64B7B5F27034cd5b19
Octal61131731374706431513331
Binary110100101111110111011111100111011010011001101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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