Html Css Color HEX #0B02BE Medium Blue

📋 copy color: '#0B02BE'

red 11 ◦ green 2 ◦ blue 190

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

Shades of Medium Blue #0B02BE

Tints of Medium Blue #0B02BE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

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

R = 5.42%
G = 0.99%
B = 93.6%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0B02BE (or 0x0B02BE) is known color: Medium Blue. HEX triplet: 0B, 02 and BE. RGB value is (11,2,190). Sum of RGB (Red+Green+Blue) = 11+2+190=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 190 (74.61% from 255 or 93.60% from 203); Max value from RGB is 190 - color contains mainly: blue. Hex color #0B02BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B02BE is #F4FD41. Grayscale: #191919. Windows color (decimal): -16055618 or 12452363. OLE color: 12452363.

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

Color convert

RGB 11 2 190 -
CMYK 0.94 0.99 0 0.25
HSL 242.87º 0.98% 0.38% -
HSV(B) 242.87º 0.99% 0.75% -
XYZ 9.45 3.83 48.96 -
YUV 26.12 220.48 117.21 -
System Red Green Blue C M Y K H S L
Decimal 11 2 190 0.94 0.99 0 0.25 242.87 0.98 0.38
Hex B 2 BE 5E 63 0 19 F3 62 26
Octal 13 2 276 136 143 0 31 363 142 46
Binary 1011 10 10111110 1011110 1100011 0 11001 11110011 1100010 100110

Color Harmonies of #0B02BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B02BE

Black with #0B02BE

Text Example


Text Example

White with #0B02BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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