#065DBB

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

Shades of Denim #065DBB

Tints of Denim #065DBB

Color information

#065DBB (or 0x065DBB) is unknown color: approx Denim. HEX triplet: 06, 5D and BB. RGB value is (6,93,187). Sum of RGB (Red+Green+Blue) = 6+93+187=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 187 (73.44% from 255 or 65.38% from 286); Max value from RGB is 187 - color contains mainly: blue. Hex color #065DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065DBB is #F9A244. Grayscale: #4D4D4D. Windows color (decimal): -16360005 or 12279046. OLE color: 12279046.

HSL color Cylindrical-coordinate representation of color #065DBB: hue angle of 211.16º 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 #065DBB is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB693187-
CMYK0.970.5000.27
HSL211.16º93.78%37.84%-
HSV(B)211.16º96.79%73.33%-
XYZ12.9611.4648.54-
YUV77.7189.6876.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.10%
GREEN value IS 93 (36.72% from 255) = 32.52%
BLUE value IS 187 (73.44% from 255) = 65.38%
R=2.10%
G=32.52%
B=65.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6931870.970.5000.27211.1693.7837.84
Hex65DBB613201Bd35e26
Octal61352731416203332313646
Binary1101011101101110111100001110010011011110100111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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