#065DAE

Color #065DAE Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #065DAE

Tints of Denim #065DAE

Color information

#065DAE (or 0x065DAE) is unknown color: approx Denim. HEX triplet: 06, 5D and AE. RGB value is (6,93,174). Sum of RGB (Red+Green+Blue) = 6+93+174=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #065DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065DAE is #F9A251. Grayscale: #4B4B4B. Windows color (decimal): -16360018 or 11427078. OLE color: 11427078.

HSL color Cylindrical-coordinate representation of color #065DAE: hue angle of 208.93º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065DAE is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB693174-
CMYK0.970.4700.32
HSL208.93º93.33%35.29%-
HSV(B)208.93º96.55%68.24%-
XYZ11.6310.9241.54-
YUV76.22183.1877.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.20%
GREEN value IS 93 (36.72% from 255) = 34.07%
BLUE value IS 174 (68.36% from 255) = 63.74%
R=2.20%
G=34.07%
B=63.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6931740.970.4700.32208.9393.3335.29
Hex65DAE612F020d15d23
Octal61352561415704032113543
Binary11010111011010111011000011011110100000110100011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065DAE; }

 p { color: rgb(6,93,174); }

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

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

 a { background-color: rgb(6,93,174); }

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

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

 span { border-color: rgb(6,93,174); }

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