Html Css Color HEX #1A17CE Medium Blue

📋 copy color: '#1A17CE'

red 26 ◦ green 23 ◦ blue 206

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

Shades of Medium Blue #1A17CE

Tints of Medium Blue #1A17CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 80.78%

R = 10.2%
G = 9.02%
B = 80.78%

CMYK

 C value IS 0.87

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1A17CE (or 0x1A17CE) is known color: Medium Blue. HEX triplet: 1A, 17 and CE. RGB value is (26,23,206). Sum of RGB (Red+Green+Blue) = 26+23+206=255 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.20% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 206 (80.86% from 255 or 80.78% from 255); Max value from RGB is 206 - color contains mainly: blue. Hex color #1A17CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A17CE is #E5E831. Grayscale: #2C2C2C. Windows color (decimal): -15067186 or 13506330. OLE color: 13506330.

HSL color Cylindrical-coordinate representation of color #1A17CE: hue angle of 240.98º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A17CE is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 26 23 206 -
CMYK 0.87 0.89 0 0.19
HSL 240.98º 0.8% 0.45% -
HSV(B) 240.98º 0.89% 0.81% -
XYZ 11.87 5.29 58.79 -
YUV 44.76 218.99 114.62 -
System Red Green Blue C M Y K H S L
Decimal 26 23 206 0.87 0.89 0 0.19 240.98 0.8 0.45
Hex 1A 17 CE 57 59 0 13 F1 50 2D
Octal 32 27 316 127 131 0 23 361 120 55
Binary 11010 10111 11001110 1010111 1011001 0 10011 11110001 1010000 101101

Color Harmonies of #1A17CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A17CE

Black with #1A17CE

Text Example


Text Example

White with #1A17CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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