Html Css Color HEX #0109C1 Medium Blue

📋 copy color: '#0109C1'

red 1 ◦ green 9 ◦ blue 193

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

Shades of Medium Blue #0109C1

Tints of Medium Blue #0109C1

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.43%

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

R = 0.49%
G = 4.43%
B = 95.07%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0109C1 (or 0x0109C1) is known color: Medium Blue. HEX triplet: 01, 09 and C1. RGB value is (1,9,193). Sum of RGB (Red+Green+Blue) = 1+9+193=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 193 (75.78% from 255 or 95.07% from 203); Max value from RGB is 193 - color contains mainly: blue. Hex color #0109C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0109C1 is #FEF63E. Grayscale: #1A1A1A. Windows color (decimal): -16709183 or 12650753. OLE color: 12650753.

HSL color Cylindrical-coordinate representation of color #0109C1: hue angle of 237.5º 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 #0109C1 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 9 193 -
CMYK 0.99 0.95 0 0.24
HSL 237.5º 0.99% 0.38% -
HSV(B) 237.5º 0.99% 0.76% -
XYZ 9.74 4.05 50.72 -
YUV 27.58 221.35 109.04 -
System Red Green Blue C M Y K H S L
Decimal 1 9 193 0.99 0.95 0 0.24 237.5 0.99 0.38
Hex 1 9 C1 63 5F 0 18 EE 63 26
Octal 1 11 301 143 137 0 30 356 143 46
Binary 1 1001 11000001 1100011 1011111 0 11000 11101110 1100011 100110

Color Harmonies of #0109C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0109C1

Black with #0109C1

Text Example


Text Example

White with #0109C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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