Html Css Color HEX #0114BE Medium Blue

📋 copy color: '#0114BE'

red 1 ◦ green 20 ◦ blue 190

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

Shades of Medium Blue #0114BE

Tints of Medium Blue #0114BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 90.05%

R = 0.47%
G = 9.48%
B = 90.05%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0114BE (or 0x0114BE) is known color: Medium Blue. HEX triplet: 01, 14 and BE. RGB value is (1,20,190). Sum of RGB (Red+Green+Blue) = 1+20+190=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 190 (74.61% from 255 or 90.05% from 211); Max value from RGB is 190 - color contains mainly: blue. Hex color #0114BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0114BE is #FEEB41. Grayscale: #212121. Windows color (decimal): -16706370 or 12456961. OLE color: 12456961.

HSL color Cylindrical-coordinate representation of color #0114BE: hue angle of 233.97º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0114BE is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 20 190 -
CMYK 0.99 0.89 0 0.25
HSL 233.97º 0.99% 0.37% -
HSV(B) 233.97º 0.99% 0.75% -
XYZ 9.56 4.22 49.03 -
YUV 33.7 216.21 104.68 -
System Red Green Blue C M Y K H S L
Decimal 1 20 190 0.99 0.89 0 0.25 233.97 0.99 0.37
Hex 1 14 BE 63 59 0 19 EA 63 25
Octal 1 24 276 143 131 0 31 352 143 45
Binary 1 10100 10111110 1100011 1011001 0 11001 11101010 1100011 100101

Color Harmonies of #0114BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0114BE

Black with #0114BE

Text Example


Text Example

White with #0114BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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