#065273

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

Shades of Dark Cerulean #065273

Tints of Dark Cerulean #065273

Color information

#065273 (or 0x065273) is unknown color: approx Dark Cerulean. HEX triplet: 06, 52 and 73. RGB value is (6,82,115). Sum of RGB (Red+Green+Blue) = 6+82+115=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #065273 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065273 is #F9AD8C. Grayscale: #3E3E3E. Windows color (decimal): -16362893 or 7557638. OLE color: 7557638.

HSL color Cylindrical-coordinate representation of color #065273: hue angle of 198.17º 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 #065273 is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB682115-
CMYK0.950.2900.55
HSL198.17º90.08%23.73%-
HSV(B)198.17º94.78%45.1%-
XYZ6.197.3117.3-
YUV63.04157.3287.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.96%
GREEN value IS 82 (32.42% from 255) = 40.39%
BLUE value IS 115 (45.31% from 255) = 56.65%
R=2.96%
G=40.39%
B=56.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6821150.950.2900.55198.1790.0823.73
Hex652735F1D037c65a18
Octal61221631373506730613230
Binary11010100101110011101111111101011011111000110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065273; }

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

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

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

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

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

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

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

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