Html Css Color HEX #1A0889 Ultramarine

📋 copy color: '#1A0889'

red 26 ◦ green 8 ◦ blue 137

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

Shades of Ultramarine #1A0889

Tints of Ultramarine #1A0889

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.68%

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

R = 15.2%
G = 4.68%
B = 80.12%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1A0889 (or 0x1A0889) is known color: Ultramarine. HEX triplet: 1A, 08 and 89. RGB value is (26,8,137). Sum of RGB (Red+Green+Blue) = 26+8+137=171 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.20% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 137 (53.91% from 255 or 80.12% from 171); Max value from RGB is 137 - color contains mainly: blue. Hex color #1A0889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0889 is #E5F776. Grayscale: #1B1B1B. Windows color (decimal): -15071095 or 8980506. OLE color: 8980506.

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

Color convert

RGB 26 8 137 -
CMYK 0.81 0.94 0 0.46
HSL 248.37º 0.89% 0.28% -
HSV(B) 248.37º 0.94% 0.54% -
XYZ 5.03 2.2 23.83 -
YUV 28.09 189.46 126.51 -
System Red Green Blue C M Y K H S L
Decimal 26 8 137 0.81 0.94 0 0.46 248.37 0.89 0.28
Hex 1A 8 89 51 5E 0 2E F8 59 1C
Octal 32 10 211 121 136 0 56 370 131 34
Binary 11010 1000 10001001 1010001 1011110 0 101110 11111000 1011001 11100

Color Harmonies of #1A0889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0889

Black with #1A0889

Text Example


Text Example

White with #1A0889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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