Html Css Color HEX #0118BF Medium Blue

📋 copy color: '#0118BF'

red 1 ◦ green 24 ◦ blue 191

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

Shades of Medium Blue #0118BF

Tints of Medium Blue #0118BF

RGB

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

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

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

R = 0.46%
G = 11.11%
B = 88.43%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0118BF (or 0x0118BF) is known color: Medium Blue. HEX triplet: 01, 18 and BF. RGB value is (1,24,191). Sum of RGB (Red+Green+Blue) = 1+24+191=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 191 (75% from 255 or 88.43% from 216); Max value from RGB is 191 - color contains mainly: blue. Hex color #0118BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0118BF is #FEE740. Grayscale: #232323. Windows color (decimal): -16705345 or 12523521. OLE color: 12523521.

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

Color convert

RGB 1 24 191 -
CMYK 0.99 0.87 0 0.25
HSL 232.74º 0.99% 0.38% -
HSV(B) 232.74º 0.99% 0.75% -
XYZ 9.74 4.42 49.63 -
YUV 36.16 215.38 102.92 -
System Red Green Blue C M Y K H S L
Decimal 1 24 191 0.99 0.87 0 0.25 232.74 0.99 0.38
Hex 1 18 BF 63 57 0 19 E9 63 26
Octal 1 30 277 143 127 0 31 351 143 46
Binary 1 11000 10111111 1100011 1010111 0 11001 11101001 1100011 100110

Color Harmonies of #0118BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0118BF

Black with #0118BF

Text Example


Text Example

White with #0118BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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