Html Css Color HEX #0115BA Medium Blue

📋 copy color: '#0115BA'

red 1 ◦ green 21 ◦ blue 186

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

Shades of Medium Blue #0115BA

Tints of Medium Blue #0115BA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.1%

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

R = 0.48%
G = 10.1%
B = 89.42%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0115BA (or 0x0115BA) is known color: Medium Blue. HEX triplet: 01, 15 and BA. RGB value is (1,21,186). Sum of RGB (Red+Green+Blue) = 1+21+186=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 186 (73.05% from 255 or 89.42% from 208); Max value from RGB is 186 - color contains mainly: blue. Hex color #0115BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0115BA is #FEEA45. Grayscale: #212121. Windows color (decimal): -16706118 or 12195073. OLE color: 12195073.

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

Color convert

RGB 1 21 186 -
CMYK 0.99 0.89 0 0.27
HSL 233.51º 0.99% 0.37% -
HSV(B) 233.51º 0.99% 0.73% -
XYZ 9.14 4.09 46.76 -
YUV 33.83 213.87 104.58 -
System Red Green Blue C M Y K H S L
Decimal 1 21 186 0.99 0.89 0 0.27 233.51 0.99 0.37
Hex 1 15 BA 63 59 0 1B EA 63 25
Octal 1 25 272 143 131 0 33 352 143 45
Binary 1 10101 10111010 1100011 1011001 0 11011 11101010 1100011 100101

Color Harmonies of #0115BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0115BA

Black with #0115BA

Text Example


Text Example

White with #0115BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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