Html Css Color HEX #1A0789 Ultramarine

📋 copy color: '#1A0789'

red 26 ◦ green 7 ◦ blue 137

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

Shades of Ultramarine #1A0789

Tints of Ultramarine #1A0789

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.12%

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

R = 15.29%
G = 4.12%
B = 80.59%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1A0789 (or 0x1A0789) is known color: Ultramarine. HEX triplet: 1A, 07 and 89. RGB value is (26,7,137). Sum of RGB (Red+Green+Blue) = 26+7+137=170 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.29% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 137 (53.91% from 255 or 80.59% from 170); Max value from RGB is 137 - color contains mainly: blue. Hex color #1A0789 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0789 is #E5F876. Grayscale: #1B1B1B. Windows color (decimal): -15071351 or 8980250. OLE color: 8980250.

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

Color convert

RGB 26 7 137 -
CMYK 0.81 0.95 0 0.46
HSL 248.77º 0.9% 0.28% -
HSV(B) 248.77º 0.95% 0.54% -
XYZ 5.02 2.18 23.82 -
YUV 27.5 189.79 126.93 -
System Red Green Blue C M Y K H S L
Decimal 26 7 137 0.81 0.95 0 0.46 248.77 0.9 0.28
Hex 1A 7 89 51 5F 0 2E F9 5A 1C
Octal 32 7 211 121 137 0 56 371 132 34
Binary 11010 111 10001001 1010001 1011111 0 101110 11111001 1011010 11100

Color Harmonies of #1A0789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0789

Black with #1A0789

Text Example


Text Example

White with #1A0789

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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