Html Css Color HEX #1A098E Ultramarine

📋 copy color: '#1A098E'

red 26 ◦ green 9 ◦ blue 142

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

Shades of Ultramarine #1A098E

Tints of Ultramarine #1A098E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.08%

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

R = 14.69%
G = 5.08%
B = 80.23%

CMYK

 C value IS 0.82

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1A098E (or 0x1A098E) is known color: Ultramarine. HEX triplet: 1A, 09 and 8E. RGB value is (26,9,142). Sum of RGB (Red+Green+Blue) = 26+9+142=177 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.69% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 142 (55.86% from 255 or 80.23% from 177); Max value from RGB is 142 - color contains mainly: blue. Hex color #1A098E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A098E is #E5F671. Grayscale: #1C1C1C. Windows color (decimal): -15070834 or 9308442. OLE color: 9308442.

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

Color convert

RGB 26 9 142 -
CMYK 0.82 0.94 0 0.44
HSL 247.67º 0.88% 0.3% -
HSV(B) 247.67º 0.94% 0.56% -
XYZ 5.41 2.37 25.76 -
YUV 29.25 191.63 125.69 -
System Red Green Blue C M Y K H S L
Decimal 26 9 142 0.82 0.94 0 0.44 247.67 0.88 0.3
Hex 1A 9 8E 52 5E 0 2C F8 58 1E
Octal 32 11 216 122 136 0 54 370 130 36
Binary 11010 1001 10001110 1010010 1011110 0 101100 11111000 1011000 11110

Color Harmonies of #1A098E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A098E

Black with #1A098E

Text Example


Text Example

White with #1A098E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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