#064B73

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

Shades of Dark Cerulean #064B73

Tints of Dark Cerulean #064B73

Color information

#064B73 (or 0x064B73) is unknown color: approx Dark Cerulean. HEX triplet: 06, 4B and 73. RGB value is (6,75,115). Sum of RGB (Red+Green+Blue) = 6+75+115=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #064B73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064B73 is #F9B48C. Grayscale: #3A3A3A. Windows color (decimal): -16364685 or 7555846. OLE color: 7555846.

HSL color Cylindrical-coordinate representation of color #064B73: hue angle of 202.02º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064B73 is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB675115-
CMYK0.950.3500.55
HSL202.02º90.08%23.73%-
HSV(B)202.02º94.78%45.1%-
XYZ5.696.3117.14-
YUV58.93159.6490.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.06%
GREEN value IS 75 (29.69% from 255) = 38.27%
BLUE value IS 115 (45.31% from 255) = 58.67%
R=3.06%
G=38.27%
B=58.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6751150.950.3500.55202.0290.0823.73
Hex64B735F23037ca5a18
Octal61131631374306731213230
Binary110100101111100111011111100011011011111001010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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