Html Css Color HEX #010FC0 Medium Blue

📋 copy color: '#010FC0'

red 1 ◦ green 15 ◦ blue 192

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

Shades of Medium Blue #010FC0

Tints of Medium Blue #010FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 92.31%

R = 0.48%
G = 7.21%
B = 92.31%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#010FC0 (or 0x010FC0) is known color: Medium Blue. HEX triplet: 01, 0F and C0. RGB value is (1,15,192). Sum of RGB (Red+Green+Blue) = 1+15+192=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 192 (75.39% from 255 or 92.31% from 208); Max value from RGB is 192 - color contains mainly: blue. Hex color #010FC0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010FC0 is #FEF03F. Grayscale: #1E1E1E. Windows color (decimal): -16707648 or 12586753. OLE color: 12586753.

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

Color convert

RGB 1 15 192 -
CMYK 0.99 0.92 0 0.25
HSL 235.6º 0.99% 0.38% -
HSV(B) 235.6º 0.99% 0.75% -
XYZ 9.7 4.15 50.16 -
YUV 30.99 218.86 106.61 -
System Red Green Blue C M Y K H S L
Decimal 1 15 192 0.99 0.92 0 0.25 235.6 0.99 0.38
Hex 1 F C0 63 5C 0 19 EC 63 26
Octal 1 17 300 143 134 0 31 354 143 46
Binary 1 1111 11000000 1100011 1011100 0 11001 11101100 1100011 100110

Color Harmonies of #010FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010FC0

Black with #010FC0

Text Example


Text Example

White with #010FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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