#0B1BDB

Color #0B1BDB Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0B1BDB

Tints of Medium Blue #0B1BDB

Color information

#0B1BDB (or 0x0B1BDB) is unknown color: approx Medium Blue. HEX triplet: 0B, 1B and DB. RGB value is (11,27,219). Sum of RGB (Red+Green+Blue) = 11+27+219=257 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.28% from 257); Green value is 27 (10.94% from 255 or 10.51% from 257); Blue value is 219 (85.94% from 255 or 85.21% from 257); Max value from RGB is 219 - color contains mainly: blue. Hex color #0B1BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B1BDB is #F4E424. Grayscale: #2B2B2B. Windows color (decimal): -16049189 or 14359307. OLE color: 14359307.

HSL color Cylindrical-coordinate representation of color #0B1BDB: hue angle of 235.38º 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 #0B1BDB is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1127219-
CMYK0.950.8800.14
HSL235.38º90.43%45.1%-
HSV(B)235.38º94.98%85.88%-
XYZ13.325.9767.47-
YUV44.1226.7104.39-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.28%
GREEN value IS 27 (10.94% from 255) = 10.51%
BLUE value IS 219 (85.94% from 255) = 85.21%
R=4.28%
G=10.51%
B=85.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal11272190.950.8800.14235.3890.4345.1
HexB1BDB5F580Eeb5a2d
Octal133333313713001635313255
Binary101111011110110111011111101100001110111010111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B1BDB;
 }
 .AnyTagClassName
 {
   color: #0B1BDB;
 }
</style>
background-color css

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

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

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

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

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

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