Html Css Color HEX #0B6DBF Denim

📋 copy color: '#0B6DBF'

red 11 ◦ green 109 ◦ blue 191

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

Shades of Denim #0B6DBF

Tints of Denim #0B6DBF

RGB

 RED value IS 11 (4.69% from 255) = 3.54%

 GREEN value IS 109 (42.97% from 255) = 35.05%

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

R = 3.54%
G = 35.05%
B = 61.41%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0B6DBF (or 0x0B6DBF) is known color: Denim. HEX triplet: 0B, 6D and BF. RGB value is (11,109,191). Sum of RGB (Red+Green+Blue) = 11+109+191=311 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.54% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 191 (75% from 255 or 61.41% from 311); Max value from RGB is 191 - color contains mainly: blue. Hex color #0B6DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B6DBF is #F49240. Grayscale: #585858. Windows color (decimal): -16028225 or 12545291. OLE color: 12545291.

HSL color Cylindrical-coordinate representation of color #0B6DBF: hue angle of 207.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B6DBF is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 11 109 191 -
CMYK 0.94 0.43 0 0.25
HSL 207.33º 0.89% 0.4% -
HSV(B) 207.33º 0.94% 0.75% -
XYZ 15.01 14.77 51.35 -
YUV 89.05 185.53 72.33 -
System Red Green Blue C M Y K H S L
Decimal 11 109 191 0.94 0.43 0 0.25 207.33 0.89 0.4
Hex B 6D BF 5E 2B 0 19 CF 59 28
Octal 13 155 277 136 53 0 31 317 131 50
Binary 1011 1101101 10111111 1011110 101011 0 11001 11001111 1011001 101000

Color Harmonies of #0B6DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6DBF

Black with #0B6DBF

Text Example


Text Example

White with #0B6DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B6DBF; }

 p { color: rgb(11,109,191); }

 H1.HeaderClassName
 {
   color: #0B6DBF;
 }
 .AnyTagClassName
 {
   color: #0B6DBF;
 }
</style>

background-color css

<style>
 a { background-color: #0B6DBF; }

 a { background-color: rgb(11,109,191); }

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

border-color css

<style>
 span { border-color: #0B6DBF; }

 span { border-color: rgb(11,109,191); }

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