Html Css Color HEX #1B00C0 Medium Blue

📋 copy color: '#1B00C0'

red 27 ◦ green 0 ◦ blue 192

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

Shades of Medium Blue #1B00C0

Tints of Medium Blue #1B00C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 87.67%

R = 12.33%
G = 0%
B = 87.67%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1B00C0 (or 0x1B00C0) is known color: Medium Blue. HEX triplet: 1B, 00 and C0. RGB value is (27,0,192). Sum of RGB (Red+Green+Blue) = 27+0+192=219 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.33% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 192 (75.39% from 255 or 87.67% from 219); Max value from RGB is 192 - color contains mainly: blue. Hex color #1B00C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B00C0 is #E4FF3F. Grayscale: #1D1D1D. Windows color (decimal): -15007552 or 12582939. OLE color: 12582939.

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

Color convert

RGB 27 0 192 -
CMYK 0.86 1 0 0.25
HSL 248.44º 1% 0.38% -
HSV(B) 248.44º 1% 0.75% -
XYZ 9.97 4.04 50.12 -
YUV 29.96 219.45 125.89 -
System Red Green Blue C M Y K H S L
Decimal 27 0 192 0.86 1 0 0.25 248.44 1 0.38
Hex 1B 0 C0 56 64 0 19 F8 64 26
Octal 33 0 300 126 144 0 31 370 144 46
Binary 11011 0 11000000 1010110 1100100 0 11001 11111000 1100100 100110

Color Harmonies of #1B00C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B00C0

Black with #1B00C0

Text Example


Text Example

White with #1B00C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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