Html Css Color HEX #0B1ADD Medium Blue

📋 copy color: '#0B1ADD'

red 11 ◦ green 26 ◦ blue 221

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

Shades of Medium Blue #0B1ADD

Tints of Medium Blue #0B1ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.08%

 BLUE value IS 221 (86.72% from 255) = 85.66%

R = 4.26%
G = 10.08%
B = 85.66%

CMYK

 C value IS 0.95

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0B1ADD (or 0x0B1ADD) is known color: Medium Blue. HEX triplet: 0B, 1A and DD. RGB value is (11,26,221). Sum of RGB (Red+Green+Blue) = 11+26+221=258 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.26% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 221 (86.72% from 255 or 85.66% from 258); Max value from RGB is 221 - color contains mainly: blue. Hex color #0B1ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B1ADD is #F4E522. Grayscale: #2A2A2A. Windows color (decimal): -16049443 or 14490123. OLE color: 14490123.

HSL color Cylindrical-coordinate representation of color #0B1ADD: hue angle of 235.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B1ADD is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 26 221 -
CMYK 0.95 0.88 0 0.13
HSL 235.71º 0.91% 0.45% -
HSV(B) 235.71º 0.95% 0.87% -
XYZ 13.56 6.03 68.86 -
YUV 43.75 228.03 104.64 -
System Red Green Blue C M Y K H S L
Decimal 11 26 221 0.95 0.88 0 0.13 235.71 0.91 0.45
Hex B 1A DD 5F 58 0 D EC 5B 2D
Octal 13 32 335 137 130 0 15 354 133 55
Binary 1011 11010 11011101 1011111 1011000 0 1101 11101100 1011011 101101

Color Harmonies of #0B1ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1ADD

Black with #0B1ADD

Text Example


Text Example

White with #0B1ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,26,221); }

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

background-color css

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

 a { background-color: rgb(11,26,221); }

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

border-color css

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

 span { border-color: rgb(11,26,221); }

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