Html Css Color HEX #0B17BE Medium Blue

📋 copy color: '#0B17BE'

red 11 ◦ green 23 ◦ blue 190

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

Shades of Medium Blue #0B17BE

Tints of Medium Blue #0B17BE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.27%

 BLUE value IS 190 (74.61% from 255) = 84.82%

R = 4.91%
G = 10.27%
B = 84.82%

CMYK

 C value IS 0.94

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0B17BE (or 0x0B17BE) is known color: Medium Blue. HEX triplet: 0B, 17 and BE. RGB value is (11,23,190). Sum of RGB (Red+Green+Blue) = 11+23+190=224 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.91% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 190 (74.61% from 255 or 84.82% from 224); Max value from RGB is 190 - color contains mainly: blue. Hex color #0B17BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B17BE is #F4E841. Grayscale: #252525. Windows color (decimal): -16050242 or 12457739. OLE color: 12457739.

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

Color convert

RGB 11 23 190 -
CMYK 0.94 0.88 0 0.25
HSL 235.98º 0.89% 0.39% -
HSV(B) 235.98º 0.94% 0.75% -
XYZ 9.74 4.4 49.05 -
YUV 38.45 213.52 108.42 -
System Red Green Blue C M Y K H S L
Decimal 11 23 190 0.94 0.88 0 0.25 235.98 0.89 0.39
Hex B 17 BE 5E 58 0 19 EC 59 27
Octal 13 27 276 136 130 0 31 354 131 47
Binary 1011 10111 10111110 1011110 1011000 0 11001 11101100 1011001 100111

Color Harmonies of #0B17BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B17BE

Black with #0B17BE

Text Example


Text Example

White with #0B17BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,23,190); }

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

background-color css

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

 a { background-color: rgb(11,23,190); }

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

border-color css

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

 span { border-color: rgb(11,23,190); }

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