#065BBB

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

Shades of Denim #065BBB

Tints of Denim #065BBB

Color information

#065BBB (or 0x065BBB) is unknown color: approx Denim. HEX triplet: 06, 5B and BB. RGB value is (6,91,187). Sum of RGB (Red+Green+Blue) = 6+91+187=284 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 187 (73.44% from 255 or 65.85% from 284); Max value from RGB is 187 - color contains mainly: blue. Hex color #065BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065BBB is #F9A444. Grayscale: #4C4C4C. Windows color (decimal): -16360517 or 12278534. OLE color: 12278534.

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

Color convert

RGB691187-
CMYK0.970.5100.27
HSL211.82º93.78%37.84%-
HSV(B)211.82º96.79%73.33%-
XYZ12.7911.1148.48-
YUV76.53190.3477.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.11%
GREEN value IS 91 (35.94% from 255) = 32.04%
BLUE value IS 187 (73.44% from 255) = 65.85%
R=2.11%
G=32.04%
B=65.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6911870.970.5100.27211.8293.7837.84
Hex65BBB613301Bd45e26
Octal61332731416303332413646
Binary1101011011101110111100001110011011011110101001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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