Html Css Color HEX #1A17CC Medium Blue

📋 copy color: '#1A17CC'

red 26 ◦ green 23 ◦ blue 204

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

Shades of Medium Blue #1A17CC

Tints of Medium Blue #1A17CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 80.63%

R = 10.28%
G = 9.09%
B = 80.63%

CMYK

 C value IS 0.87

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1A17CC (or 0x1A17CC) is known color: Medium Blue. HEX triplet: 1A, 17 and CC. RGB value is (26,23,204). Sum of RGB (Red+Green+Blue) = 26+23+204=253 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.28% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 204 (80.08% from 255 or 80.63% from 253); Max value from RGB is 204 - color contains mainly: blue. Hex color #1A17CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A17CC is #E5E833. Grayscale: #2B2B2B. Windows color (decimal): -15067188 or 13375258. OLE color: 13375258.

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

Color convert

RGB 26 23 204 -
CMYK 0.87 0.89 0 0.2
HSL 240.99º 0.8% 0.45% -
HSV(B) 240.99º 0.89% 0.8% -
XYZ 11.63 5.19 57.52 -
YUV 44.53 217.99 114.78 -
System Red Green Blue C M Y K H S L
Decimal 26 23 204 0.87 0.89 0 0.2 240.99 0.8 0.45
Hex 1A 17 CC 57 59 0 14 F1 50 2D
Octal 32 27 314 127 131 0 24 361 120 55
Binary 11010 10111 11001100 1010111 1011001 0 10100 11110001 1010000 101101

Color Harmonies of #1A17CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A17CC

Black with #1A17CC

Text Example


Text Example

White with #1A17CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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