Html Css Color HEX #1A17AA Ultramarine

📋 copy color: '#1A17AA'

red 26 ◦ green 23 ◦ blue 170

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

Shades of Ultramarine #1A17AA

Tints of Ultramarine #1A17AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 77.63%

R = 11.87%
G = 10.5%
B = 77.63%

CMYK

 C value IS 0.85

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1A17AA (or 0x1A17AA) is known color: Ultramarine. HEX triplet: 1A, 17 and AA. RGB value is (26,23,170). Sum of RGB (Red+Green+Blue) = 26+23+170=219 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.87% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 170 (66.80% from 255 or 77.63% from 219); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A17AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A17AA is #E5E855. Grayscale: #282828. Windows color (decimal): -15067222 or 11147034. OLE color: 11147034.

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

Color convert

RGB 26 23 170 -
CMYK 0.85 0.86 0 0.33
HSL 241.22º 0.76% 0.38% -
HSV(B) 241.22º 0.86% 0.67% -
XYZ 7.99 3.73 38.33 -
YUV 40.66 200.99 117.55 -
System Red Green Blue C M Y K H S L
Decimal 26 23 170 0.85 0.86 0 0.33 241.22 0.76 0.38
Hex 1A 17 AA 55 56 0 21 F1 4C 26
Octal 32 27 252 125 126 0 41 361 114 46
Binary 11010 10111 10101010 1010101 1010110 0 100001 11110001 1001100 100110

Color Harmonies of #1A17AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A17AA

Black with #1A17AA

Text Example


Text Example

White with #1A17AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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