Html Css Color HEX #0118BA Medium Blue

📋 copy color: '#0118BA'

red 1 ◦ green 24 ◦ blue 186

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

Shades of Medium Blue #0118BA

Tints of Medium Blue #0118BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.37%

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

R = 0.47%
G = 11.37%
B = 88.15%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0118BA (or 0x0118BA) is known color: Medium Blue. HEX triplet: 01, 18 and BA. RGB value is (1,24,186). Sum of RGB (Red+Green+Blue) = 1+24+186=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 186 (73.05% from 255 or 88.15% from 211); Max value from RGB is 186 - color contains mainly: blue. Hex color #0118BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0118BA is #FEE745. Grayscale: #222222. Windows color (decimal): -16705350 or 12195841. OLE color: 12195841.

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

Color convert

RGB 1 24 186 -
CMYK 0.99 0.87 0 0.27
HSL 232.54º 0.99% 0.37% -
HSV(B) 232.54º 0.99% 0.73% -
XYZ 9.2 4.2 46.78 -
YUV 35.59 212.88 103.33 -
System Red Green Blue C M Y K H S L
Decimal 1 24 186 0.99 0.87 0 0.27 232.54 0.99 0.37
Hex 1 18 BA 63 57 0 1B E9 63 25
Octal 1 30 272 143 127 0 33 351 143 45
Binary 1 11000 10111010 1100011 1010111 0 11011 11101001 1100011 100101

Color Harmonies of #0118BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0118BA

Black with #0118BA

Text Example


Text Example

White with #0118BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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