Html Css Color HEX #1A018E Ultramarine

📋 copy color: '#1A018E'

red 26 ◦ green 1 ◦ blue 142

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

Shades of Ultramarine #1A018E

Tints of Ultramarine #1A018E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

 BLUE value IS 142 (55.86% from 255) = 84.02%

R = 15.38%
G = 0.59%
B = 84.02%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1A018E (or 0x1A018E) is known color: Ultramarine. HEX triplet: 1A, 01 and 8E. RGB value is (26,1,142). Sum of RGB (Red+Green+Blue) = 26+1+142=169 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.38% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 142 (55.86% from 255 or 84.02% from 169); Max value from RGB is 142 - color contains mainly: blue. Hex color #1A018E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A018E is #E5FE71. Grayscale: #181818. Windows color (decimal): -15072882 or 9306394. OLE color: 9306394.

HSL color Cylindrical-coordinate representation of color #1A018E: hue angle of 250.64º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A018E is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 26 1 142 -
CMYK 0.82 0.99 0 0.44
HSL 250.64º 0.99% 0.28% -
HSV(B) 250.64º 0.99% 0.56% -
XYZ 5.32 2.19 25.73 -
YUV 24.55 194.28 129.04 -
System Red Green Blue C M Y K H S L
Decimal 26 1 142 0.82 0.99 0 0.44 250.64 0.99 0.28
Hex 1A 1 8E 52 63 0 2C FB 63 1C
Octal 32 1 216 122 143 0 54 373 143 34
Binary 11010 1 10001110 1010010 1100011 0 101100 11111011 1100011 11100

Color Harmonies of #1A018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A018E

Black with #1A018E

Text Example


Text Example

White with #1A018E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,1,142); }

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

background-color css

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

 a { background-color: rgb(26,1,142); }

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

border-color css

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

 span { border-color: rgb(26,1,142); }

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