Html Css Color HEX #1009C1 Medium Blue

📋 copy color: '#1009C1'

red 16 ◦ green 9 ◦ blue 193

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

Shades of Medium Blue #1009C1

Tints of Medium Blue #1009C1

RGB

 RED value IS 16 (6.64% from 255) = 7.34%

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

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

R = 7.34%
G = 4.13%
B = 88.53%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1009C1 (or 0x1009C1) is known color: Medium Blue. HEX triplet: 10, 09 and C1. RGB value is (16,9,193). Sum of RGB (Red+Green+Blue) = 16+9+193=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 193 (75.78% from 255 or 88.53% from 218); Max value from RGB is 193 - color contains mainly: blue. Hex color #1009C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1009C1 is #EFF63E. Grayscale: #1F1F1F. Windows color (decimal): -15726143 or 12650768. OLE color: 12650768.

HSL color Cylindrical-coordinate representation of color #1009C1: hue angle of 242.28º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1009C1 is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 16 9 193 -
CMYK 0.92 0.95 0 0.24
HSL 242.28º 0.91% 0.4% -
HSV(B) 242.28º 0.95% 0.76% -
XYZ 9.94 4.16 50.73 -
YUV 32.07 218.82 116.54 -
System Red Green Blue C M Y K H S L
Decimal 16 9 193 0.92 0.95 0 0.24 242.28 0.91 0.4
Hex 10 9 C1 5C 5F 0 18 F2 5B 28
Octal 20 11 301 134 137 0 30 362 133 50
Binary 10000 1001 11000001 1011100 1011111 0 11000 11110010 1011011 101000

Color Harmonies of #1009C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1009C1

Black with #1009C1

Text Example


Text Example

White with #1009C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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