Html Css Color HEX #1A12AA Ultramarine

📋 copy color: '#1A12AA'

red 26 ◦ green 18 ◦ blue 170

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

Shades of Ultramarine #1A12AA

Tints of Ultramarine #1A12AA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.41%

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

R = 12.15%
G = 8.41%
B = 79.44%

CMYK

 C value IS 0.85

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1A12AA (or 0x1A12AA) is known color: Ultramarine. HEX triplet: 1A, 12 and AA. RGB value is (26,18,170). Sum of RGB (Red+Green+Blue) = 26+18+170=214 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.15% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 170 (66.80% from 255 or 79.44% from 214); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A12AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A12AA is #E5ED55. Grayscale: #252525. Windows color (decimal): -15068502 or 11145754. OLE color: 11145754.

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

Color convert

RGB 26 18 170 -
CMYK 0.85 0.89 0 0.33
HSL 243.16º 0.81% 0.37% -
HSV(B) 243.16º 0.89% 0.67% -
XYZ 7.9 3.55 38.3 -
YUV 37.72 202.65 119.64 -
System Red Green Blue C M Y K H S L
Decimal 26 18 170 0.85 0.89 0 0.33 243.16 0.81 0.37
Hex 1A 12 AA 55 59 0 21 F3 51 25
Octal 32 22 252 125 131 0 41 363 121 45
Binary 11010 10010 10101010 1010101 1011001 0 100001 11110011 1010001 100101

Color Harmonies of #1A12AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A12AA

Black with #1A12AA

Text Example


Text Example

White with #1A12AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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