Html Css Color HEX #1B00DE Medium Blue

📋 copy color: '#1B00DE'

red 27 ◦ green 0 ◦ blue 222

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

Shades of Medium Blue #1B00DE

Tints of Medium Blue #1B00DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 89.16%

R = 10.84%
G = 0%
B = 89.16%

CMYK

 C value IS 0.88

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1B00DE (or 0x1B00DE) is known color: Medium Blue. HEX triplet: 1B, 00 and DE. RGB value is (27,0,222). Sum of RGB (Red+Green+Blue) = 27+0+222=249 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.84% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 222 (87.11% from 255 or 89.16% from 249); Max value from RGB is 222 - color contains mainly: blue. Hex color #1B00DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B00DE is #E4FF21. Grayscale: #202020. Windows color (decimal): -15007522 or 14549019. OLE color: 14549019.

HSL color Cylindrical-coordinate representation of color #1B00DE: hue angle of 247.3º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B00DE is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 27 0 222 -
CMYK 0.88 1 0 0.13
HSL 247.3º 1% 0.44% -
HSV(B) 247.3º 1% 0.87% -
XYZ 13.64 5.51 69.45 -
YUV 33.38 234.45 123.45 -
System Red Green Blue C M Y K H S L
Decimal 27 0 222 0.88 1 0 0.13 247.3 1 0.44
Hex 1B 0 DE 58 64 0 D F7 64 2C
Octal 33 0 336 130 144 0 15 367 144 54
Binary 11011 0 11011110 1011000 1100100 0 1101 11110111 1100100 101100

Color Harmonies of #1B00DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B00DE

Black with #1B00DE

Text Example


Text Example

White with #1B00DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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