Html Css Color HEX #0115C1 Medium Blue

📋 copy color: '#0115C1'

red 1 ◦ green 21 ◦ blue 193

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

Shades of Medium Blue #0115C1

Tints of Medium Blue #0115C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 89.77%

R = 0.47%
G = 9.77%
B = 89.77%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0115C1 (or 0x0115C1) is known color: Medium Blue. HEX triplet: 01, 15 and C1. RGB value is (1,21,193). Sum of RGB (Red+Green+Blue) = 1+21+193=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 193 (75.78% from 255 or 89.77% from 215); Max value from RGB is 193 - color contains mainly: blue. Hex color #0115C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0115C1 is #FEEA3E. Grayscale: #212121. Windows color (decimal): -16706111 or 12653825. OLE color: 12653825.

HSL color Cylindrical-coordinate representation of color #0115C1: hue angle of 233.75º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0115C1 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 21 193 -
CMYK 0.99 0.89 0 0.24
HSL 233.75º 0.99% 0.38% -
HSV(B) 233.75º 0.99% 0.76% -
XYZ 9.91 4.39 50.78 -
YUV 34.63 217.37 104.01 -
System Red Green Blue C M Y K H S L
Decimal 1 21 193 0.99 0.89 0 0.24 233.75 0.99 0.38
Hex 1 15 C1 63 59 0 18 EA 63 26
Octal 1 25 301 143 131 0 30 352 143 46
Binary 1 10101 11000001 1100011 1011001 0 11000 11101010 1100011 100110

Color Harmonies of #0115C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0115C1

Black with #0115C1

Text Example


Text Example

White with #0115C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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