Html Css Color HEX #1A00AA Ultramarine

📋 copy color: '#1A00AA'

red 26 ◦ green 0 ◦ blue 170

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

Shades of Ultramarine #1A00AA

Tints of Ultramarine #1A00AA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 13.27%
G = 0%
B = 86.73%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1A00AA (or 0x1A00AA) is known color: Ultramarine. HEX triplet: 1A, 00 and AA. RGB value is (26,0,170). Sum of RGB (Red+Green+Blue) = 26+0+170=196 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.27% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 170 (66.80% from 255 or 86.73% from 196); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A00AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A00AA is #E5FF55. Grayscale: #1A1A1A. Windows color (decimal): -15073110 or 11141146. OLE color: 11141146.

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

Color convert

RGB 26 0 170 -
CMYK 0.85 1 0 0.33
HSL 249.18º 1% 0.33% -
HSV(B) 249.18º 1% 0.67% -
XYZ 7.68 3.12 38.23 -
YUV 27.15 208.61 127.18 -
System Red Green Blue C M Y K H S L
Decimal 26 0 170 0.85 1 0 0.33 249.18 1 0.33
Hex 1A 0 AA 55 64 0 21 F9 64 21
Octal 32 0 252 125 144 0 41 371 144 41
Binary 11010 0 10101010 1010101 1100100 0 100001 11111001 1100100 100001

Color Harmonies of #1A00AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A00AA

Black with #1A00AA

Text Example


Text Example

White with #1A00AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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