Html Css Color HEX #1B00BD Medium Blue

📋 copy color: '#1B00BD'

red 27 ◦ green 0 ◦ blue 189

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

Shades of Medium Blue #1B00BD

Tints of Medium Blue #1B00BD

RGB

 RED value IS 27 (10.94% from 255) = 12.5%

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

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

R = 12.5%
G = 0%
B = 87.5%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1B00BD (or 0x1B00BD) is known color: Medium Blue. HEX triplet: 1B, 00 and BD. RGB value is (27,0,189). Sum of RGB (Red+Green+Blue) = 27+0+189=216 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.5% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 189 (74.22% from 255 or 87.5% from 216); Max value from RGB is 189 - color contains mainly: blue. Hex color #1B00BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B00BD is #E4FF42. Grayscale: #1C1C1C. Windows color (decimal): -15007555 or 12386331. OLE color: 12386331.

HSL color Cylindrical-coordinate representation of color #1B00BD: hue angle of 248.57º 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 #1B00BD is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 27 0 189 -
CMYK 0.86 1 0 0.26
HSL 248.57º 1% 0.37% -
HSV(B) 248.57º 1% 0.74% -
XYZ 9.64 3.91 48.39 -
YUV 29.62 217.95 126.13 -
System Red Green Blue C M Y K H S L
Decimal 27 0 189 0.86 1 0 0.26 248.57 1 0.37
Hex 1B 0 BD 56 64 0 1A F9 64 25
Octal 33 0 275 126 144 0 32 371 144 45
Binary 11011 0 10111101 1010110 1100100 0 11010 11111001 1100100 100101

Color Harmonies of #1B00BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B00BD

Black with #1B00BD

Text Example


Text Example

White with #1B00BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B00BD; }

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

 H1.HeaderClassName
 {
   color: #1B00BD;
 }
 .AnyTagClassName
 {
   color: #1B00BD;
 }
</style>

background-color css

<style>
 a { background-color: #1B00BD; }

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

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

border-color css

<style>
 span { border-color: #1B00BD; }

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

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