Html Css Color HEX #1B00BB Medium Blue

📋 copy color: '#1B00BB'

red 27 ◦ green 0 ◦ blue 187

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

Shades of Medium Blue #1B00BB

Tints of Medium Blue #1B00BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 87.38%

R = 12.62%
G = 0%
B = 87.38%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1B00BB (or 0x1B00BB) is known color: Medium Blue. HEX triplet: 1B, 00 and BB. RGB value is (27,0,187). Sum of RGB (Red+Green+Blue) = 27+0+187=214 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.62% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 187 (73.44% from 255 or 87.38% from 214); Max value from RGB is 187 - color contains mainly: blue. Hex color #1B00BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B00BB is #E4FF44. Grayscale: #1C1C1C. Windows color (decimal): -15007557 or 12255259. OLE color: 12255259.

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

Color convert

RGB 27 0 187 -
CMYK 0.86 1 0 0.27
HSL 248.66º 1% 0.37% -
HSV(B) 248.66º 1% 0.73% -
XYZ 9.42 3.82 47.25 -
YUV 29.39 216.95 126.29 -
System Red Green Blue C M Y K H S L
Decimal 27 0 187 0.86 1 0 0.27 248.66 1 0.37
Hex 1B 0 BB 56 64 0 1B F9 64 25
Octal 33 0 273 126 144 0 33 371 144 45
Binary 11011 0 10111011 1010110 1100100 0 11011 11111001 1100100 100101

Color Harmonies of #1B00BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B00BB

Black with #1B00BB

Text Example


Text Example

White with #1B00BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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