Html Css Color HEX #1A0189 Ultramarine

📋 copy color: '#1A0189'

red 26 ◦ green 1 ◦ blue 137

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

Shades of Ultramarine #1A0189

Tints of Ultramarine #1A0189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 83.54%

R = 15.85%
G = 0.61%
B = 83.54%

CMYK

 C value IS 0.81

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1A0189 (or 0x1A0189) is known color: Ultramarine. HEX triplet: 1A, 01 and 89. RGB value is (26,1,137). Sum of RGB (Red+Green+Blue) = 26+1+137=164 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.85% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 137 (53.91% from 255 or 83.54% from 164); Max value from RGB is 137 - color contains mainly: blue. Hex color #1A0189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0189 is #E5FE76. Grayscale: #171717. Windows color (decimal): -15072887 or 8978714. OLE color: 8978714.

HSL color Cylindrical-coordinate representation of color #1A0189: hue angle of 251.03º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A0189 is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 26 1 137 -
CMYK 0.81 0.99 0 0.46
HSL 251.03º 0.99% 0.27% -
HSV(B) 251.03º 0.99% 0.54% -
XYZ 4.95 2.05 23.8 -
YUV 23.98 191.78 129.44 -
System Red Green Blue C M Y K H S L
Decimal 26 1 137 0.81 0.99 0 0.46 251.03 0.99 0.27
Hex 1A 1 89 51 63 0 2E FB 63 1B
Octal 32 1 211 121 143 0 56 373 143 33
Binary 11010 1 10001001 1010001 1100011 0 101110 11111011 1100011 11011

Color Harmonies of #1A0189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0189

Black with #1A0189

Text Example


Text Example

White with #1A0189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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