Html Css Color HEX #001BDF Medium Blue

📋 copy color: '#001BDF'

red 0 ◦ green 27 ◦ blue 223

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

Shades of Medium Blue #001BDF

Tints of Medium Blue #001BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 89.2%

R = 0%
G = 10.8%
B = 89.2%

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

#001BDF (or 0x001BDF) is known color: Medium Blue. HEX triplet: 00, 1B and DF. RGB value is (0,27,223). Sum of RGB (Red+Green+Blue) = 0+27+223=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 223 (87.5% from 255 or 89.2% from 250); Max value from RGB is 223 - color contains mainly: blue. Hex color #001BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001BDF is #FFE420. Grayscale: #282828. Windows color (decimal): -16770081 or 14621440. OLE color: 14621440.

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

Color convert

RGB 0 27 223 -
CMYK 1 0.88 0 0.13
HSL 232.74º 1% 0.44% -
HSV(B) 232.74º 1% 0.87% -
XYZ 13.71 6.11 70.27 -
YUV 41.27 230.55 98.56 -
System Red Green Blue C M Y K H S L
Decimal 0 27 223 1 0.88 0 0.13 232.74 1 0.44
Hex 0 1B DF 64 58 0 D E9 64 2C
Octal 0 33 337 144 130 0 15 351 144 54
Binary 0 11011 11011111 1100100 1011000 0 1101 11101001 1100100 101100

Color Harmonies of #001BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001BDF

Black with #001BDF

Text Example


Text Example

White with #001BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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