Html Css Color HEX #0114BA Medium Blue

📋 copy color: '#0114BA'

red 1 ◦ green 20 ◦ blue 186

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

Shades of Medium Blue #0114BA

Tints of Medium Blue #0114BA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.66%

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

R = 0.48%
G = 9.66%
B = 89.86%

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

#0114BA (or 0x0114BA) is known color: Medium Blue. HEX triplet: 01, 14 and BA. RGB value is (1,20,186). Sum of RGB (Red+Green+Blue) = 1+20+186=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 186 (73.05% from 255 or 89.86% from 207); Max value from RGB is 186 - color contains mainly: blue. Hex color #0114BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0114BA is #FEEB45. Grayscale: #202020. Windows color (decimal): -16706374 or 12194817. OLE color: 12194817.

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

Color convert

RGB 1 20 186 -
CMYK 0.99 0.89 0 0.27
HSL 233.84º 0.99% 0.37% -
HSV(B) 233.84º 0.99% 0.73% -
XYZ 9.13 4.05 46.76 -
YUV 33.24 214.21 105 -
System Red Green Blue C M Y K H S L
Decimal 1 20 186 0.99 0.89 0 0.27 233.84 0.99 0.37
Hex 1 14 BA 63 59 0 1B EA 63 25
Octal 1 24 272 143 131 0 33 352 143 45
Binary 1 10100 10111010 1100011 1011001 0 11011 11101010 1100011 100101

Color Harmonies of #0114BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0114BA

Black with #0114BA

Text Example


Text Example

White with #0114BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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