Html Css Color HEX #011FC4 Medium Blue

📋 copy color: '#011FC4'

red 1 ◦ green 31 ◦ blue 196

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

Shades of Medium Blue #011FC4

Tints of Medium Blue #011FC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 85.96%

R = 0.44%
G = 13.6%
B = 85.96%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#011FC4 (or 0x011FC4) is known color: Medium Blue. HEX triplet: 01, 1F and C4. RGB value is (1,31,196). Sum of RGB (Red+Green+Blue) = 1+31+196=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 196 (76.95% from 255 or 85.96% from 228); Max value from RGB is 196 - color contains mainly: blue. Hex color #011FC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011FC4 is #FEE03B. Grayscale: #282828. Windows color (decimal): -16703548 or 12852993. OLE color: 12852993.

HSL color Cylindrical-coordinate representation of color #011FC4: hue angle of 230.77º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011FC4 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 1 31 196 -
CMYK 0.99 0.84 0 0.23
HSL 230.77º 0.99% 0.39% -
HSV(B) 230.77º 0.99% 0.77% -
XYZ 10.47 4.97 52.63 -
YUV 40.84 215.56 99.58 -
System Red Green Blue C M Y K H S L
Decimal 1 31 196 0.99 0.84 0 0.23 230.77 0.99 0.39
Hex 1 1F C4 63 54 0 17 E7 63 27
Octal 1 37 304 143 124 0 27 347 143 47
Binary 1 11111 11000100 1100011 1010100 0 10111 11100111 1100011 100111

Color Harmonies of #011FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011FC4

Black with #011FC4

Text Example


Text Example

White with #011FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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