Html Css Color HEX #100BDA Medium Blue

📋 copy color: '#100BDA'

red 16 ◦ green 11 ◦ blue 218

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

Shades of Medium Blue #100BDA

Tints of Medium Blue #100BDA

RGB

 RED value IS 16 (6.64% from 255) = 6.53%

 GREEN value IS 11 (4.69% from 255) = 4.49%

 BLUE value IS 218 (85.55% from 255) = 88.98%

R = 6.53%
G = 4.49%
B = 88.98%

CMYK

 C value IS 0.93

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#100BDA (or 0x100BDA) is known color: Medium Blue. HEX triplet: 10, 0B and DA. RGB value is (16,11,218). Sum of RGB (Red+Green+Blue) = 16+11+218=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 218 (85.55% from 255 or 88.98% from 245); Max value from RGB is 218 - color contains mainly: blue. Hex color #100BDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100BDA is #EFF425. Grayscale: #232323. Windows color (decimal): -15725606 or 14289680. OLE color: 14289680.

HSL color Cylindrical-coordinate representation of color #100BDA: hue angle of 241.45º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100BDA is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 16 11 218 -
CMYK 0.93 0.95 0 0.15
HSL 241.45º 0.9% 0.45% -
HSV(B) 241.45º 0.95% 0.85% -
XYZ 12.99 5.41 66.69 -
YUV 36.09 230.66 113.67 -
System Red Green Blue C M Y K H S L
Decimal 16 11 218 0.93 0.95 0 0.15 241.45 0.9 0.45
Hex 10 B DA 5D 5F 0 F F1 5A 2D
Octal 20 13 332 135 137 0 17 361 132 55
Binary 10000 1011 11011010 1011101 1011111 0 1111 11110001 1011010 101101

Color Harmonies of #100BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100BDA

Black with #100BDA

Text Example


Text Example

White with #100BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100BDA; }

 p { color: rgb(16,11,218); }

 H1.HeaderClassName
 {
   color: #100BDA;
 }
 .AnyTagClassName
 {
   color: #100BDA;
 }
</style>

background-color css

<style>
 a { background-color: #100BDA; }

 a { background-color: rgb(16,11,218); }

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

border-color css

<style>
 span { border-color: #100BDA; }

 span { border-color: rgb(16,11,218); }

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