Html Css Color HEX #1A17AC Ultramarine

📋 copy color: '#1A17AC'

red 26 ◦ green 23 ◦ blue 172

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

Shades of Ultramarine #1A17AC

Tints of Ultramarine #1A17AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 77.83%

R = 11.76%
G = 10.41%
B = 77.83%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1A17AC (or 0x1A17AC) is known color: Ultramarine. HEX triplet: 1A, 17 and AC. RGB value is (26,23,172). Sum of RGB (Red+Green+Blue) = 26+23+172=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 172 (67.58% from 255 or 77.83% from 221); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A17AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A17AC is #E5E853. Grayscale: #282828. Windows color (decimal): -15067220 or 11278106. OLE color: 11278106.

HSL color Cylindrical-coordinate representation of color #1A17AC: hue angle of 241.21º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A17AC is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 26 23 172 -
CMYK 0.85 0.87 0 0.33
HSL 241.21º 0.76% 0.38% -
HSV(B) 241.21º 0.87% 0.67% -
XYZ 8.18 3.81 39.33 -
YUV 40.88 201.99 117.38 -
System Red Green Blue C M Y K H S L
Decimal 26 23 172 0.85 0.87 0 0.33 241.21 0.76 0.38
Hex 1A 17 AC 55 57 0 21 F1 4C 26
Octal 32 27 254 125 127 0 41 361 114 46
Binary 11010 10111 10101100 1010101 1010111 0 100001 11110001 1001100 100110

Color Harmonies of #1A17AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A17AC

Black with #1A17AC

Text Example


Text Example

White with #1A17AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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