Html Css Color HEX #010FBE Medium Blue

📋 copy color: '#010FBE'

red 1 ◦ green 15 ◦ blue 190

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

Shades of Medium Blue #010FBE

Tints of Medium Blue #010FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 92.23%

R = 0.49%
G = 7.28%
B = 92.23%

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

#010FBE (or 0x010FBE) is known color: Medium Blue. HEX triplet: 01, 0F and BE. RGB value is (1,15,190). Sum of RGB (Red+Green+Blue) = 1+15+190=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 190 (74.61% from 255 or 92.23% from 206); Max value from RGB is 190 - color contains mainly: blue. Hex color #010FBE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010FBE is #FEF041. Grayscale: #1E1E1E. Windows color (decimal): -16707650 or 12455681. OLE color: 12455681.

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

Color convert

RGB 1 15 190 -
CMYK 0.99 0.92 0 0.25
HSL 235.56º 0.99% 0.37% -
HSV(B) 235.56º 0.99% 0.75% -
XYZ 9.48 4.07 49 -
YUV 30.76 217.86 106.77 -
System Red Green Blue C M Y K H S L
Decimal 1 15 190 0.99 0.92 0 0.25 235.56 0.99 0.37
Hex 1 F BE 63 5C 0 19 EC 63 25
Octal 1 17 276 143 134 0 31 354 143 45
Binary 1 1111 10111110 1100011 1011100 0 11001 11101100 1100011 100101

Color Harmonies of #010FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010FBE

Black with #010FBE

Text Example


Text Example

White with #010FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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