Html Css Color HEX #010FB8 Medium Blue

📋 copy color: '#010FB8'

red 1 ◦ green 15 ◦ blue 184

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

Shades of Medium Blue #010FB8

Tints of Medium Blue #010FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 92%

R = 0.5%
G = 7.5%
B = 92%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#010FB8 (or 0x010FB8) is known color: Medium Blue. HEX triplet: 01, 0F and B8. RGB value is (1,15,184). Sum of RGB (Red+Green+Blue) = 1+15+184=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 184 (72.27% from 255 or 92% from 200); Max value from RGB is 184 - color contains mainly: blue. Hex color #010FB8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010FB8 is #FEF047. Grayscale: #1D1D1D. Windows color (decimal): -16707656 or 12062465. OLE color: 12062465.

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

Color convert

RGB 1 15 184 -
CMYK 0.99 0.92 0 0.28
HSL 235.41º 0.99% 0.36% -
HSV(B) 235.41º 0.99% 0.72% -
XYZ 8.84 3.81 45.62 -
YUV 30.08 214.86 107.26 -
System Red Green Blue C M Y K H S L
Decimal 1 15 184 0.99 0.92 0 0.28 235.41 0.99 0.36
Hex 1 F B8 63 5C 0 1C EB 63 24
Octal 1 17 270 143 134 0 34 353 143 44
Binary 1 1111 10111000 1100011 1011100 0 11100 11101011 1100011 100100

Color Harmonies of #010FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010FB8

Black with #010FB8

Text Example


Text Example

White with #010FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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