Html Css Color HEX #010FBA Medium Blue

📋 copy color: '#010FBA'

red 1 ◦ green 15 ◦ blue 186

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

Shades of Medium Blue #010FBA

Tints of Medium Blue #010FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 92.08%

R = 0.5%
G = 7.43%
B = 92.08%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#010FBA (or 0x010FBA) is known color: Medium Blue. HEX triplet: 01, 0F and BA. RGB value is (1,15,186). Sum of RGB (Red+Green+Blue) = 1+15+186=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 186 (73.05% from 255 or 92.08% from 202); Max value from RGB is 186 - color contains mainly: blue. Hex color #010FBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010FBA is #FEF045. Grayscale: #1D1D1D. Windows color (decimal): -16707654 or 12193537. OLE color: 12193537.

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

Color convert

RGB 1 15 186 -
CMYK 0.99 0.92 0 0.27
HSL 235.46º 0.99% 0.37% -
HSV(B) 235.46º 0.99% 0.73% -
XYZ 9.05 3.89 46.73 -
YUV 30.31 215.86 107.1 -
System Red Green Blue C M Y K H S L
Decimal 1 15 186 0.99 0.92 0 0.27 235.46 0.99 0.37
Hex 1 F BA 63 5C 0 1B EB 63 25
Octal 1 17 272 143 134 0 33 353 143 45
Binary 1 1111 10111010 1100011 1011100 0 11011 11101011 1100011 100101

Color Harmonies of #010FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010FBA

Black with #010FBA

Text Example


Text Example

White with #010FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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