Html Css Color HEX #001BDE Medium Blue

📋 copy color: '#001BDE'

red 0 ◦ green 27 ◦ blue 222

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

Shades of Medium Blue #001BDE

Tints of Medium Blue #001BDE

RGB

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

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

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

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

CMYK

 C value IS 1

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#001BDE (or 0x001BDE) is known color: Medium Blue. HEX triplet: 00, 1B and DE. RGB value is (0,27,222). Sum of RGB (Red+Green+Blue) = 0+27+222=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 27 (10.94% from 255 or 10.84% 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 #001BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001BDE is #FFE421. Grayscale: #282828. Windows color (decimal): -16770082 or 14555904. OLE color: 14555904.

HSL color Cylindrical-coordinate representation of color #001BDE: hue angle of 232.7º 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 #001BDE is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 27 222 -
CMYK 1 0.88 0 0.13
HSL 232.7º 1% 0.44% -
HSV(B) 232.7º 1% 0.87% -
XYZ 13.58 6.06 69.56 -
YUV 41.16 230.05 98.64 -
System Red Green Blue C M Y K H S L
Decimal 0 27 222 1 0.88 0 0.13 232.7 1 0.44
Hex 0 1B DE 64 58 0 D E9 64 2C
Octal 0 33 336 144 130 0 15 351 144 54
Binary 0 11011 11011110 1100100 1011000 0 1101 11101001 1100100 101100

Color Harmonies of #001BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001BDE

Black with #001BDE

Text Example


Text Example

White with #001BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001BDE; }

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

 H1.HeaderClassName
 {
   color: #001BDE;
 }
 .AnyTagClassName
 {
   color: #001BDE;
 }
</style>

background-color css

<style>
 a { background-color: #001BDE; }

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

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

border-color css

<style>
 span { border-color: #001BDE; }

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

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