Html Css Color HEX #0653BF Denim

📋 copy color: '#0653BF'

red 6 ◦ green 83 ◦ blue 191

#0653BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #0653BF

Tints of Denim #0653BF

RGB

 RED value IS 6 (2.73% from 255) = 2.14%

 GREEN value IS 83 (32.81% from 255) = 29.64%

 BLUE value IS 191 (75% from 255) = 68.21%

R = 2.14%
G = 29.64%
B = 68.21%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0653BF (or 0x0653BF) is known color: Denim. HEX triplet: 06, 53 and BF. RGB value is (6,83,191). Sum of RGB (Red+Green+Blue) = 6+83+191=280 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 191 (75% from 255 or 68.21% from 280); Max value from RGB is 191 - color contains mainly: blue. Hex color #0653BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0653BF is #F9AC40. Grayscale: #474747. Windows color (decimal): -16362561 or 12538630. OLE color: 12538630.

HSL color Cylindrical-coordinate representation of color #0653BF: hue angle of 215.03º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0653BF is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 83 191 -
CMYK 0.97 0.57 0 0.25
HSL 215.03º 0.94% 0.39% -
HSV(B) 215.03º 0.97% 0.75% -
XYZ 12.57 9.99 50.56 -
YUV 72.29 194.99 80.72 -
System Red Green Blue C M Y K H S L
Decimal 6 83 191 0.97 0.57 0 0.25 215.03 0.94 0.39
Hex 6 53 BF 61 39 0 19 D7 5E 27
Octal 6 123 277 141 71 0 31 327 136 47
Binary 110 1010011 10111111 1100001 111001 0 11001 11010111 1011110 100111

Color Harmonies of #0653BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0653BF

Black with #0653BF

Text Example


Text Example

White with #0653BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0653BF;
 }
 .AnyTagClassName
 {
   color: #0653BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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