Html Css Color HEX #010FC1 Medium Blue

📋 copy color: '#010FC1'

red 1 ◦ green 15 ◦ blue 193

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

Shades of Medium Blue #010FC1

Tints of Medium Blue #010FC1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.18%

 BLUE value IS 193 (75.78% from 255) = 92.34%

R = 0.48%
G = 7.18%
B = 92.34%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#010FC1 (or 0x010FC1) is known color: Medium Blue. HEX triplet: 01, 0F and C1. RGB value is (1,15,193). Sum of RGB (Red+Green+Blue) = 1+15+193=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 193 (75.78% from 255 or 92.34% from 209); Max value from RGB is 193 - color contains mainly: blue. Hex color #010FC1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010FC1 is #FEF03E. Grayscale: #1E1E1E. Windows color (decimal): -16707647 or 12652289. OLE color: 12652289.

HSL color Cylindrical-coordinate representation of color #010FC1: hue angle of 235.62º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010FC1 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 15 193 -
CMYK 0.99 0.92 0 0.24
HSL 235.63º 0.99% 0.38% -
HSV(B) 235.63º 0.99% 0.76% -
XYZ 9.81 4.2 50.75 -
YUV 31.11 219.36 106.53 -
System Red Green Blue C M Y K H S L
Decimal 1 15 193 0.99 0.92 0 0.24 235.63 0.99 0.38
Hex 1 F C1 63 5C 0 18 EC 63 26
Octal 1 17 301 143 134 0 30 354 143 46
Binary 1 1111 11000001 1100011 1011100 0 11000 11101100 1100011 100110

Color Harmonies of #010FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010FC1

Black with #010FC1

Text Example


Text Example

White with #010FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010FC1; }

 p { color: rgb(1,15,193); }

 H1.HeaderClassName
 {
   color: #010FC1;
 }
 .AnyTagClassName
 {
   color: #010FC1;
 }
</style>

background-color css

<style>
 a { background-color: #010FC1; }

 a { background-color: rgb(1,15,193); }

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

border-color css

<style>
 span { border-color: #010FC1; }

 span { border-color: rgb(1,15,193); }

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