Html Css Color HEX #1A1197 Ultramarine

📋 copy color: '#1A1197'

red 26 ◦ green 17 ◦ blue 151

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

Shades of Ultramarine #1A1197

Tints of Ultramarine #1A1197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 77.84%

R = 13.4%
G = 8.76%
B = 77.84%

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

#1A1197 (or 0x1A1197) is known color: Ultramarine. HEX triplet: 1A, 11 and 97. RGB value is (26,17,151). Sum of RGB (Red+Green+Blue) = 26+17+151=194 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.40% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 151 (59.38% from 255 or 77.84% from 194); Max value from RGB is 151 - color contains mainly: blue. Hex color #1A1197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1197 is #E5EE68. Grayscale: #222222. Windows color (decimal): -15068777 or 9900314. OLE color: 9900314.

HSL color Cylindrical-coordinate representation of color #1A1197: hue angle of 244.03º 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 #1A1197 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 26 17 151 -
CMYK 0.83 0.89 0 0.41
HSL 244.03º 0.8% 0.33% -
HSV(B) 244.03º 0.89% 0.59% -
XYZ 6.21 2.85 29.5 -
YUV 34.97 193.48 121.6 -
System Red Green Blue C M Y K H S L
Decimal 26 17 151 0.83 0.89 0 0.41 244.03 0.8 0.33
Hex 1A 11 97 53 59 0 29 F4 50 21
Octal 32 21 227 123 131 0 51 364 120 41
Binary 11010 10001 10010111 1010011 1011001 0 101001 11110100 1010000 100001

Color Harmonies of #1A1197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1197

Black with #1A1197

Text Example


Text Example

White with #1A1197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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