Html Css Color HEX #10098E Ultramarine

📋 copy color: '#10098E'

red 16 ◦ green 9 ◦ blue 142

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

Shades of Ultramarine #10098E

Tints of Ultramarine #10098E

RGB

 RED value IS 16 (6.64% from 255) = 9.58%

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

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

R = 9.58%
G = 5.39%
B = 85.03%

CMYK

 C value IS 0.89

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#10098E (or 0x10098E) is known color: Ultramarine. HEX triplet: 10, 09 and 8E. RGB value is (16,9,142). Sum of RGB (Red+Green+Blue) = 16+9+142=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 142 (55.86% from 255 or 85.03% from 167); Max value from RGB is 142 - color contains mainly: blue. Hex color #10098E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10098E is #EFF671. Grayscale: #191919. Windows color (decimal): -15726194 or 9308432. OLE color: 9308432.

HSL color Cylindrical-coordinate representation of color #10098E: hue angle of 243.16º 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 #10098E is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 9 142 -
CMYK 0.89 0.94 0 0.44
HSL 243.16º 0.88% 0.3% -
HSV(B) 243.16º 0.94% 0.56% -
XYZ 5.19 2.26 25.75 -
YUV 26.26 193.32 120.69 -
System Red Green Blue C M Y K H S L
Decimal 16 9 142 0.89 0.94 0 0.44 243.16 0.88 0.3
Hex 10 9 8E 59 5E 0 2C F3 58 1E
Octal 20 11 216 131 136 0 54 363 130 36
Binary 10000 1001 10001110 1011001 1011110 0 101100 11110011 1011000 11110

Color Harmonies of #10098E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10098E

Black with #10098E

Text Example


Text Example

White with #10098E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10098E; }

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

 H1.HeaderClassName
 {
   color: #10098E;
 }
 .AnyTagClassName
 {
   color: #10098E;
 }
</style>

background-color css

<style>
 a { background-color: #10098E; }

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

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

border-color css

<style>
 span { border-color: #10098E; }

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

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