Html Css Color HEX #011FCB Medium Blue

📋 copy color: '#011FCB'

red 1 ◦ green 31 ◦ blue 203

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

Shades of Medium Blue #011FCB

Tints of Medium Blue #011FCB

RGB

 RED value IS 1 (0.78% from 255) = 0.43%

 GREEN value IS 31 (12.5% from 255) = 13.19%

 BLUE value IS 203 (79.69% from 255) = 86.38%

R = 0.43%
G = 13.19%
B = 86.38%

CMYK

 C value IS 1.00

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#011FCB (or 0x011FCB) is known color: Medium Blue. HEX triplet: 01, 1F and CB. RGB value is (1,31,203). Sum of RGB (Red+Green+Blue) = 1+31+203=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 31 (12.5% from 255 or 13.19% from 235); Blue value is 203 (79.69% from 255 or 86.38% from 235); Max value from RGB is 203 - color contains mainly: blue. Hex color #011FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011FCB is #FEE034. Grayscale: #282828. Windows color (decimal): -16703541 or 13311745. OLE color: 13311745.

HSL color Cylindrical-coordinate representation of color #011FCB: hue angle of 231.09º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011FCB is Cyan = 1.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 31 203 -
CMYK 1.00 0.85 0 0.20
HSL 231.09º 0.99% 0.4% -
HSV(B) 231.09º 1% 0.8% -
XYZ 11.28 5.3 56.93 -
YUV 41.64 219.06 99.01 -
System Red Green Blue C M Y K H S L
Decimal 1 31 203 1.00 0.85 0 0.20 231.09 0.99 0.4
Hex 1 1F CB 64 55 0 14 E7 63 28
Octal 1 37 313 144 125 0 24 347 143 50
Binary 1 11111 11001011 1100100 1010101 0 10100 11100111 1100011 101000

Color Harmonies of #011FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011FCB

Black with #011FCB

Text Example


Text Example

White with #011FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011FCB; }

 p { color: rgb(1,31,203); }

 H1.HeaderClassName
 {
   color: #011FCB;
 }
 .AnyTagClassName
 {
   color: #011FCB;
 }
</style>

background-color css

<style>
 a { background-color: #011FCB; }

 a { background-color: rgb(1,31,203); }

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

border-color css

<style>
 span { border-color: #011FCB; }

 span { border-color: rgb(1,31,203); }

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