Html Css Color HEX #1A17C0 Medium Blue

📋 copy color: '#1A17C0'

red 26 ◦ green 23 ◦ blue 192

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

Shades of Medium Blue #1A17C0

Tints of Medium Blue #1A17C0

RGB

 RED value IS 26 (10.55% from 255) = 10.79%

 GREEN value IS 23 (9.38% from 255) = 9.54%

 BLUE value IS 192 (75.39% from 255) = 79.67%

R = 10.79%
G = 9.54%
B = 79.67%

CMYK

 C value IS 0.86

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1A17C0 (or 0x1A17C0) is known color: Medium Blue. HEX triplet: 1A, 17 and C0. RGB value is (26,23,192). Sum of RGB (Red+Green+Blue) = 26+23+192=241 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.79% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 192 (75.39% from 255 or 79.67% from 241); Max value from RGB is 192 - color contains mainly: blue. Hex color #1A17C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A17C0 is #E5E83F. Grayscale: #2A2A2A. Windows color (decimal): -15067200 or 12588826. OLE color: 12588826.

HSL color Cylindrical-coordinate representation of color #1A17C0: hue angle of 241.07º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A17C0 is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 26 23 192 -
CMYK 0.86 0.88 0 0.25
HSL 241.07º 0.79% 0.42% -
HSV(B) 241.07º 0.88% 0.75% -
XYZ 10.25 4.64 50.22 -
YUV 43.16 211.99 115.76 -
System Red Green Blue C M Y K H S L
Decimal 26 23 192 0.86 0.88 0 0.25 241.07 0.79 0.42
Hex 1A 17 C0 56 58 0 19 F1 4F 2A
Octal 32 27 300 126 130 0 31 361 117 52
Binary 11010 10111 11000000 1010110 1011000 0 11001 11110001 1001111 101010

Color Harmonies of #1A17C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A17C0

Black with #1A17C0

Text Example


Text Example

White with #1A17C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A17C0; }

 p { color: rgb(26,23,192); }

 H1.HeaderClassName
 {
   color: #1A17C0;
 }
 .AnyTagClassName
 {
   color: #1A17C0;
 }
</style>

background-color css

<style>
 a { background-color: #1A17C0; }

 a { background-color: rgb(26,23,192); }

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

border-color css

<style>
 span { border-color: #1A17C0; }

 span { border-color: rgb(26,23,192); }

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