#065EBA

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

Shades of Denim #065EBA

Tints of Denim #065EBA

Color information

#065EBA (or 0x065EBA) is unknown color: approx Denim. HEX triplet: 06, 5E and BA. RGB value is (6,94,186). Sum of RGB (Red+Green+Blue) = 6+94+186=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #065EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065EBA is #F9A145. Grayscale: #4D4D4D. Windows color (decimal): -16359750 or 12213766. OLE color: 12213766.

HSL color Cylindrical-coordinate representation of color #065EBA: hue angle of 210.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065EBA is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB694186-
CMYK0.970.4900.27
HSL210.67º93.75%37.65%-
HSV(B)210.67º96.77%72.94%-
XYZ12.9411.5948.01-
YUV78.18188.8576.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.10%
GREEN value IS 94 (37.11% from 255) = 32.87%
BLUE value IS 186 (73.05% from 255) = 65.03%
R=2.10%
G=32.87%
B=65.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6941860.970.4900.27210.6793.7537.65
Hex65EBA613101Bd35e26
Octal61362721416103332313646
Binary1101011110101110101100001110001011011110100111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,94,186); }

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

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

 a { background-color: rgb(6,94,186); }

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

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

 span { border-color: rgb(6,94,186); }

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