#065CBB

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

Shades of Denim #065CBB

Tints of Denim #065CBB

Color information

#065CBB (or 0x065CBB) is unknown color: approx Denim. HEX triplet: 06, 5C and BB. RGB value is (6,92,187). Sum of RGB (Red+Green+Blue) = 6+92+187=285 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 187 (73.44% from 255 or 65.61% from 285); Max value from RGB is 187 - color contains mainly: blue. Hex color #065CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065CBB is #F9A344. Grayscale: #4C4C4C. Windows color (decimal): -16360261 or 12278790. OLE color: 12278790.

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

Color convert

RGB692187-
CMYK0.970.5100.27
HSL211.49º93.78%37.84%-
HSV(B)211.49º96.79%73.33%-
XYZ12.8711.2848.51-
YUV77.12190.0177.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.11%
GREEN value IS 92 (36.33% from 255) = 32.28%
BLUE value IS 187 (73.44% from 255) = 65.61%
R=2.11%
G=32.28%
B=65.61%

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
Decimal6921870.970.5100.27211.4993.7837.84
Hex65CBB613301Bd35e26
Octal61342731416303332313646
Binary1101011100101110111100001110011011011110100111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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