Html Css Color HEX #0100BD Medium Blue

📋 copy color: '#0100BD'

red 1 ◦ green 0 ◦ blue 189

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

Shades of Medium Blue #0100BD

Tints of Medium Blue #0100BD

RGB

 RED value IS 1 (0.78% from 255) = 0.53%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 189 (74.22% from 255) = 99.47%

R = 0.53%
G = 0%
B = 99.47%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0100BD (or 0x0100BD) is known color: Medium Blue. HEX triplet: 01, 00 and BD. RGB value is (1,0,189). Sum of RGB (Red+Green+Blue) = 1+0+189=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 189 (74.22% from 255 or 99.47% from 190); Max value from RGB is 189 - color contains mainly: blue. Hex color #0100BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0100BD is #FEFF42. Grayscale: #151515. Windows color (decimal): -16711491 or 12386305. OLE color: 12386305.

HSL color Cylindrical-coordinate representation of color #0100BD: hue angle of 240.32º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0100BD is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 0 189 -
CMYK 0.99 1 0 0.26
HSL 240.32º 1% 0.37% -
HSV(B) 240.32º 1% 0.74% -
XYZ 9.2 3.68 48.37 -
YUV 21.85 222.33 113.13 -
System Red Green Blue C M Y K H S L
Decimal 1 0 189 0.99 1 0 0.26 240.32 1 0.37
Hex 1 0 BD 63 64 0 1A F0 64 25
Octal 1 0 275 143 144 0 32 360 144 45
Binary 1 0 10111101 1100011 1100100 0 11010 11110000 1100100 100101

Color Harmonies of #0100BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0100BD

Black with #0100BD

Text Example


Text Example

White with #0100BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0100BD; }

 p { color: rgb(1,0,189); }

 H1.HeaderClassName
 {
   color: #0100BD;
 }
 .AnyTagClassName
 {
   color: #0100BD;
 }
</style>

background-color css

<style>
 a { background-color: #0100BD; }

 a { background-color: rgb(1,0,189); }

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

border-color css

<style>
 span { border-color: #0100BD; }

 span { border-color: rgb(1,0,189); }

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