Html Css Color HEX #0B15DB Medium Blue

📋 copy color: '#0B15DB'

red 11 ◦ green 21 ◦ blue 219

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

Shades of Medium Blue #0B15DB

Tints of Medium Blue #0B15DB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.37%

 BLUE value IS 219 (85.94% from 255) = 87.25%

R = 4.38%
G = 8.37%
B = 87.25%

CMYK

 C value IS 0.95

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0B15DB (or 0x0B15DB) is known color: Medium Blue. HEX triplet: 0B, 15 and DB. RGB value is (11,21,219). Sum of RGB (Red+Green+Blue) = 11+21+219=251 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.38% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 219 (85.94% from 255 or 87.25% from 251); Max value from RGB is 219 - color contains mainly: blue. Hex color #0B15DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B15DB is #F4EA24. Grayscale: #272727. Windows color (decimal): -16050725 or 14357771. OLE color: 14357771.

HSL color Cylindrical-coordinate representation of color #0B15DB: hue angle of 237.12º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B15DB is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 11 21 219 -
CMYK 0.95 0.90 0 0.14
HSL 237.12º 0.9% 0.45% -
HSV(B) 237.12º 0.95% 0.86% -
XYZ 13.19 5.72 67.43 -
YUV 40.58 228.69 106.9 -
System Red Green Blue C M Y K H S L
Decimal 11 21 219 0.95 0.90 0 0.14 237.12 0.9 0.45
Hex B 15 DB 5F 5A 0 E ED 5A 2D
Octal 13 25 333 137 132 0 16 355 132 55
Binary 1011 10101 11011011 1011111 1011010 0 1110 11101101 1011010 101101

Color Harmonies of #0B15DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B15DB

Black with #0B15DB

Text Example


Text Example

White with #0B15DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,21,219); }

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

background-color css

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

 a { background-color: rgb(11,21,219); }

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

border-color css

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

 span { border-color: rgb(11,21,219); }

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