Html Css Color HEX #0112BF Medium Blue

📋 copy color: '#0112BF'

red 1 ◦ green 18 ◦ blue 191

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

Shades of Medium Blue #0112BF

Tints of Medium Blue #0112BF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.57%

 BLUE value IS 191 (75% from 255) = 90.95%

R = 0.48%
G = 8.57%
B = 90.95%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0112BF (or 0x0112BF) is known color: Medium Blue. HEX triplet: 01, 12 and BF. RGB value is (1,18,191). Sum of RGB (Red+Green+Blue) = 1+18+191=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 191 (75% from 255 or 90.95% from 210); Max value from RGB is 191 - color contains mainly: blue. Hex color #0112BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0112BF is #FEED40. Grayscale: #1F1F1F. Windows color (decimal): -16706881 or 12521985. OLE color: 12521985.

HSL color Cylindrical-coordinate representation of color #0112BF: hue angle of 234.63º 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 #0112BF is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 18 191 -
CMYK 0.99 0.91 0 0.25
HSL 234.63º 0.99% 0.38% -
HSV(B) 234.63º 0.99% 0.75% -
XYZ 9.63 4.2 49.59 -
YUV 32.64 217.37 105.43 -
System Red Green Blue C M Y K H S L
Decimal 1 18 191 0.99 0.91 0 0.25 234.63 0.99 0.38
Hex 1 12 BF 63 5B 0 19 EB 63 26
Octal 1 22 277 143 133 0 31 353 143 46
Binary 1 10010 10111111 1100011 1011011 0 11001 11101011 1100011 100110

Color Harmonies of #0112BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0112BF

Black with #0112BF

Text Example


Text Example

White with #0112BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0112BF; }

 p { color: rgb(1,18,191); }

 H1.HeaderClassName
 {
   color: #0112BF;
 }
 .AnyTagClassName
 {
   color: #0112BF;
 }
</style>

background-color css

<style>
 a { background-color: #0112BF; }

 a { background-color: rgb(1,18,191); }

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

border-color css

<style>
 span { border-color: #0112BF; }

 span { border-color: rgb(1,18,191); }

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