Html Css Color HEX #0115BE Medium Blue

📋 copy color: '#0115BE'

red 1 ◦ green 21 ◦ blue 190

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

Shades of Medium Blue #0115BE

Tints of Medium Blue #0115BE

RGB

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

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

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

R = 0.47%
G = 9.91%
B = 89.62%

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

#0115BE (or 0x0115BE) is known color: Medium Blue. HEX triplet: 01, 15 and BE. RGB value is (1,21,190). Sum of RGB (Red+Green+Blue) = 1+21+190=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 190 (74.61% from 255 or 89.62% from 212); Max value from RGB is 190 - color contains mainly: blue. Hex color #0115BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0115BE is #FEEA41. Grayscale: #212121. Windows color (decimal): -16706114 or 12457217. OLE color: 12457217.

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

Color convert

RGB 1 21 190 -
CMYK 0.99 0.89 0 0.25
HSL 233.65º 0.99% 0.37% -
HSV(B) 233.65º 0.99% 0.75% -
XYZ 9.57 4.26 49.03 -
YUV 34.29 215.87 104.26 -
System Red Green Blue C M Y K H S L
Decimal 1 21 190 0.99 0.89 0 0.25 233.65 0.99 0.37
Hex 1 15 BE 63 59 0 19 EA 63 25
Octal 1 25 276 143 131 0 31 352 143 45
Binary 1 10101 10111110 1100011 1011001 0 11001 11101010 1100011 100101

Color Harmonies of #0115BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0115BE

Black with #0115BE

Text Example


Text Example

White with #0115BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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