Html Css Color HEX #1A1196 Ultramarine

📋 copy color: '#1A1196'

red 26 ◦ green 17 ◦ blue 150

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

Shades of Ultramarine #1A1196

Tints of Ultramarine #1A1196

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.81%

 BLUE value IS 150 (58.98% from 255) = 77.72%

R = 13.47%
G = 8.81%
B = 77.72%

CMYK

 C value IS 0.83

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1A1196 (or 0x1A1196) is known color: Ultramarine. HEX triplet: 1A, 11 and 96. RGB value is (26,17,150). Sum of RGB (Red+Green+Blue) = 26+17+150=193 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.47% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 150 (58.98% from 255 or 77.72% from 193); Max value from RGB is 150 - color contains mainly: blue. Hex color #1A1196 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1196 is #E5EE69. Grayscale: #222222. Windows color (decimal): -15068778 or 9834778. OLE color: 9834778.

HSL color Cylindrical-coordinate representation of color #1A1196: hue angle of 244.06º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A1196 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 26 17 150 -
CMYK 0.83 0.89 0 0.41
HSL 244.06º 0.8% 0.33% -
HSV(B) 244.06º 0.89% 0.59% -
XYZ 6.13 2.82 29.08 -
YUV 34.85 192.98 121.69 -
System Red Green Blue C M Y K H S L
Decimal 26 17 150 0.83 0.89 0 0.41 244.06 0.8 0.33
Hex 1A 11 96 53 59 0 29 F4 50 21
Octal 32 21 226 123 131 0 51 364 120 41
Binary 11010 10001 10010110 1010011 1011001 0 101001 11110100 1010000 100001

Color Harmonies of #1A1196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1196

Black with #1A1196

Text Example


Text Example

White with #1A1196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,17,150); }

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

background-color css

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

 a { background-color: rgb(26,17,150); }

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

border-color css

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

 span { border-color: rgb(26,17,150); }

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