#065173

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

Shades of Dark Cerulean #065173

Tints of Dark Cerulean #065173

Color information

#065173 (or 0x065173) is unknown color: approx Dark Cerulean. HEX triplet: 06, 51 and 73. RGB value is (6,81,115). Sum of RGB (Red+Green+Blue) = 6+81+115=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #065173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065173 is #F9AE8C. Grayscale: #3E3E3E. Windows color (decimal): -16363149 or 7557382. OLE color: 7557382.

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

Color convert

RGB681115-
CMYK0.950.3000.55
HSL198.72º90.08%23.73%-
HSV(B)198.72º94.78%45.1%-
XYZ6.117.1617.28-
YUV62.45157.6587.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.97%
GREEN value IS 81 (32.03% from 255) = 40.10%
BLUE value IS 115 (45.31% from 255) = 56.93%
R=2.97%
G=40.10%
B=56.93%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6811150.950.3000.55198.7290.0823.73
Hex651735F1E037c75a18
Octal61211631373606730713230
Binary11010100011110011101111111110011011111000111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065173; }

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

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

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

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

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

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

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

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