#065073

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

Shades of Dark Cerulean #065073

Tints of Dark Cerulean #065073

Color information

#065073 (or 0x065073) is unknown color: approx Dark Cerulean. HEX triplet: 06, 50 and 73. RGB value is (6,80,115). Sum of RGB (Red+Green+Blue) = 6+80+115=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #065073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065073 is #F9AF8C. Grayscale: #3D3D3D. Windows color (decimal): -16363405 or 7557126. OLE color: 7557126.

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

Color convert

RGB680115-
CMYK0.950.3000.55
HSL199.27º90.08%23.73%-
HSV(B)199.27º94.78%45.1%-
XYZ6.047.0117.26-
YUV61.86157.9888.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.99%
GREEN value IS 80 (31.64% from 255) = 39.80%
BLUE value IS 115 (45.31% from 255) = 57.21%
R=2.99%
G=39.80%
B=57.21%

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
Decimal6801150.950.3000.55199.2790.0823.73
Hex650735F1E037c75a18
Octal61201631373606730713230
Binary11010100001110011101111111110011011111000111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065073; }

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

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

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

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

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

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

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

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