Html Css Color HEX #1A0190 Ultramarine

📋 copy color: '#1A0190'

red 26 ◦ green 1 ◦ blue 144

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

Shades of Ultramarine #1A0190

Tints of Ultramarine #1A0190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 84.21%

R = 15.2%
G = 0.58%
B = 84.21%

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

#1A0190 (or 0x1A0190) is known color: Ultramarine. HEX triplet: 1A, 01 and 90. RGB value is (26,1,144). Sum of RGB (Red+Green+Blue) = 26+1+144=171 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.20% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 144 (56.64% from 255 or 84.21% from 171); Max value from RGB is 144 - color contains mainly: blue. Hex color #1A0190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0190 is #E5FE6F. Grayscale: #181818. Windows color (decimal): -15072880 or 9437466. OLE color: 9437466.

HSL color Cylindrical-coordinate representation of color #1A0190: hue angle of 250.49º 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 #1A0190 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 26 1 144 -
CMYK 0.82 0.99 0 0.44
HSL 250.49º 0.99% 0.28% -
HSV(B) 250.49º 0.99% 0.56% -
XYZ 5.47 2.25 26.53 -
YUV 24.78 195.28 128.87 -
System Red Green Blue C M Y K H S L
Decimal 26 1 144 0.82 0.99 0 0.44 250.49 0.99 0.28
Hex 1A 1 90 52 63 0 2C FA 63 1C
Octal 32 1 220 122 143 0 54 372 143 34
Binary 11010 1 10010000 1010010 1100011 0 101100 11111010 1100011 11100

Color Harmonies of #1A0190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0190

Black with #1A0190

Text Example


Text Example

White with #1A0190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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