Html Css Color HEX #0112BE Medium Blue

📋 copy color: '#0112BE'

red 1 ◦ green 18 ◦ blue 190

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

Shades of Medium Blue #0112BE

Tints of Medium Blue #0112BE

RGB

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

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

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

R = 0.48%
G = 8.61%
B = 90.91%

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

#0112BE (or 0x0112BE) is known color: Medium Blue. HEX triplet: 01, 12 and BE. RGB value is (1,18,190). Sum of RGB (Red+Green+Blue) = 1+18+190=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 190 (74.61% from 255 or 90.91% from 209); Max value from RGB is 190 - color contains mainly: blue. Hex color #0112BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0112BE is #FEED41. Grayscale: #1F1F1F. Windows color (decimal): -16706882 or 12456449. OLE color: 12456449.

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

Color convert

RGB 1 18 190 -
CMYK 0.99 0.91 0 0.25
HSL 234.6º 0.99% 0.37% -
HSV(B) 234.6º 0.99% 0.75% -
XYZ 9.52 4.16 49.02 -
YUV 32.53 216.87 105.51 -
System Red Green Blue C M Y K H S L
Decimal 1 18 190 0.99 0.91 0 0.25 234.6 0.99 0.37
Hex 1 12 BE 63 5B 0 19 EB 63 25
Octal 1 22 276 143 133 0 31 353 143 45
Binary 1 10010 10111110 1100011 1011011 0 11001 11101011 1100011 100101

Color Harmonies of #0112BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0112BE

Black with #0112BE

Text Example


Text Example

White with #0112BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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