Html Css Color HEX #1B00BA Medium Blue

📋 copy color: '#1B00BA'

red 27 ◦ green 0 ◦ blue 186

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

Shades of Medium Blue #1B00BA

Tints of Medium Blue #1B00BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 87.32%

R = 12.68%
G = 0%
B = 87.32%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1B00BA (or 0x1B00BA) is known color: Medium Blue. HEX triplet: 1B, 00 and BA. RGB value is (27,0,186). Sum of RGB (Red+Green+Blue) = 27+0+186=213 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.68% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 186 (73.05% from 255 or 87.32% from 213); Max value from RGB is 186 - color contains mainly: blue. Hex color #1B00BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B00BA is #E4FF45. Grayscale: #1C1C1C. Windows color (decimal): -15007558 or 12189723. OLE color: 12189723.

HSL color Cylindrical-coordinate representation of color #1B00BA: hue angle of 248.71º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B00BA is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 27 0 186 -
CMYK 0.85 1 0 0.27
HSL 248.71º 1% 0.36% -
HSV(B) 248.71º 1% 0.73% -
XYZ 9.31 3.78 46.69 -
YUV 29.28 216.45 126.38 -
System Red Green Blue C M Y K H S L
Decimal 27 0 186 0.85 1 0 0.27 248.71 1 0.36
Hex 1B 0 BA 55 64 0 1B F9 64 24
Octal 33 0 272 125 144 0 33 371 144 44
Binary 11011 0 10111010 1010101 1100100 0 11011 11111001 1100100 100100

Color Harmonies of #1B00BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B00BA

Black with #1B00BA

Text Example


Text Example

White with #1B00BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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