#0653BC

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

Shades of Denim #0653BC

Tints of Denim #0653BC

Color information

#0653BC (or 0x0653BC) is unknown color: approx Denim. HEX triplet: 06, 53 and BC. RGB value is (6,83,188). Sum of RGB (Red+Green+Blue) = 6+83+188=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #0653BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0653BC is #F9AC43. Grayscale: #474747. Windows color (decimal): -16362564 or 12342022. OLE color: 12342022.

HSL color Cylindrical-coordinate representation of color #0653BC: hue angle of 214.62º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0653BC is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB683188-
CMYK0.970.5600.26
HSL214.62º93.81%38.04%-
HSV(B)214.62º96.81%73.73%-
XYZ12.259.8648.83-
YUV71.95193.4980.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.17%
GREEN value IS 83 (32.81% from 255) = 29.96%
BLUE value IS 188 (73.83% from 255) = 67.87%
R=2.17%
G=29.96%
B=67.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal6831880.970.5600.26214.6293.8138.04
Hex653BC613801Ad75e26
Octal61232741417003232713646
Binary1101010011101111001100001111000011010110101111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0653BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0653BC; }

 p { color: rgb(6,83,188); }

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

<style>
 a { background-color: #0653BC; }

 a { background-color: rgb(6,83,188); }

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

<style>
 span { border-color: #0653BC; }

 span { border-color: rgb(6,83,188); }

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