Html Css Color HEX #010FBB Medium Blue

📋 copy color: '#010FBB'

red 1 ◦ green 15 ◦ blue 187

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

Shades of Medium Blue #010FBB

Tints of Medium Blue #010FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 92.12%

R = 0.49%
G = 7.39%
B = 92.12%

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

#010FBB (or 0x010FBB) is known color: Medium Blue. HEX triplet: 01, 0F and BB. RGB value is (1,15,187). Sum of RGB (Red+Green+Blue) = 1+15+187=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 187 (73.44% from 255 or 92.12% from 203); Max value from RGB is 187 - color contains mainly: blue. Hex color #010FBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010FBB is #FEF044. Grayscale: #1D1D1D. Windows color (decimal): -16707653 or 12259073. OLE color: 12259073.

HSL color Cylindrical-coordinate representation of color #010FBB: hue angle of 235.48º 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 #010FBB is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 15 187 -
CMYK 0.99 0.92 0 0.27
HSL 235.48º 0.99% 0.37% -
HSV(B) 235.48º 0.99% 0.73% -
XYZ 9.15 3.94 47.29 -
YUV 30.42 216.36 107.01 -
System Red Green Blue C M Y K H S L
Decimal 1 15 187 0.99 0.92 0 0.27 235.48 0.99 0.37
Hex 1 F BB 63 5C 0 1B EB 63 25
Octal 1 17 273 143 134 0 33 353 143 45
Binary 1 1111 10111011 1100011 1011100 0 11011 11101011 1100011 100101

Color Harmonies of #010FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010FBB

Black with #010FBB

Text Example


Text Example

White with #010FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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