Html Css Color HEX #0113BA Medium Blue

📋 copy color: '#0113BA'

red 1 ◦ green 19 ◦ blue 186

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

Shades of Medium Blue #0113BA

Tints of Medium Blue #0113BA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.22%

 BLUE value IS 186 (73.05% from 255) = 90.29%

R = 0.49%
G = 9.22%
B = 90.29%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0113BA (or 0x0113BA) is known color: Medium Blue. HEX triplet: 01, 13 and BA. RGB value is (1,19,186). Sum of RGB (Red+Green+Blue) = 1+19+186=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 186 (73.05% from 255 or 90.29% from 206); Max value from RGB is 186 - color contains mainly: blue. Hex color #0113BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0113BA is #FEEC45. Grayscale: #1F1F1F. Windows color (decimal): -16706630 or 12194561. OLE color: 12194561.

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

Color convert

RGB 1 19 186 -
CMYK 0.99 0.90 0 0.27
HSL 234.16º 0.99% 0.37% -
HSV(B) 234.16º 0.99% 0.73% -
XYZ 9.11 4.02 46.75 -
YUV 32.66 214.54 105.42 -
System Red Green Blue C M Y K H S L
Decimal 1 19 186 0.99 0.90 0 0.27 234.16 0.99 0.37
Hex 1 13 BA 63 5A 0 1B EA 63 25
Octal 1 23 272 143 132 0 33 352 143 45
Binary 1 10011 10111010 1100011 1011010 0 11011 11101010 1100011 100101

Color Harmonies of #0113BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0113BA

Black with #0113BA

Text Example


Text Example

White with #0113BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0113BA; }

 p { color: rgb(1,19,186); }

 H1.HeaderClassName
 {
   color: #0113BA;
 }
 .AnyTagClassName
 {
   color: #0113BA;
 }
</style>

background-color css

<style>
 a { background-color: #0113BA; }

 a { background-color: rgb(1,19,186); }

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

border-color css

<style>
 span { border-color: #0113BA; }

 span { border-color: rgb(1,19,186); }

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