#065075

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

Shades of Dark Cerulean #065075

Tints of Dark Cerulean #065075

Color information

#065075 (or 0x065075) is unknown color: approx Dark Cerulean. HEX triplet: 06, 50 and 75. RGB value is (6,80,117). Sum of RGB (Red+Green+Blue) = 6+80+117=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #065075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065075 is #F9AF8A. Grayscale: #3D3D3D. Windows color (decimal): -16363403 or 7688198. OLE color: 7688198.

HSL color Cylindrical-coordinate representation of color #065075: hue angle of 200º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065075 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB680117-
CMYK0.950.3200.54
HSL200º90.24%24.12%-
HSV(B)200º94.87%45.88%-
XYZ6.157.0617.87-
YUV62.09158.9887.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.96%
GREEN value IS 80 (31.64% from 255) = 39.41%
BLUE value IS 117 (46.09% from 255) = 57.64%
R=2.96%
G=39.41%
B=57.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6801170.950.3200.5420090.2424.12
Hex650755F20036c85a18
Octal61201651374006631013230
Binary110101000011101011011111100000011011011001000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065075; }

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

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

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

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

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

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

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

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