Html Css Color HEX #0B70BD Denim

📋 copy color: '#0B70BD'

red 11 ◦ green 112 ◦ blue 189

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

Shades of Denim #0B70BD

Tints of Denim #0B70BD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.9%

 BLUE value IS 189 (74.22% from 255) = 60.58%

R = 3.53%
G = 35.9%
B = 60.58%

CMYK

 C value IS 0.94

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0B70BD (or 0x0B70BD) is known color: Denim. HEX triplet: 0B, 70 and BD. RGB value is (11,112,189). Sum of RGB (Red+Green+Blue) = 11+112+189=312 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.53% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 189 (74.22% from 255 or 60.58% from 312); Max value from RGB is 189 - color contains mainly: blue. Hex color #0B70BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B70BD is #F48F42. Grayscale: #5A5A5A. Windows color (decimal): -16027459 or 12414987. OLE color: 12414987.

HSL color Cylindrical-coordinate representation of color #0B70BD: hue angle of 205.96º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B70BD is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 11 112 189 -
CMYK 0.94 0.41 0 0.26
HSL 205.96º 0.89% 0.39% -
HSV(B) 205.96º 0.94% 0.74% -
XYZ 15.12 15.33 50.31 -
YUV 90.58 183.54 71.24 -
System Red Green Blue C M Y K H S L
Decimal 11 112 189 0.94 0.41 0 0.26 205.96 0.89 0.39
Hex B 70 BD 5E 29 0 1A CE 59 27
Octal 13 160 275 136 51 0 32 316 131 47
Binary 1011 1110000 10111101 1011110 101001 0 11010 11001110 1011001 100111

Color Harmonies of #0B70BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B70BD

Black with #0B70BD

Text Example


Text Example

White with #0B70BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,112,189); }

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

background-color css

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

 a { background-color: rgb(11,112,189); }

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

border-color css

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

 span { border-color: rgb(11,112,189); }

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