Html Css Color HEX #09198E Ultramarine

📋 copy color: '#09198E'

red 9 ◦ green 25 ◦ blue 142

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

Shades of Ultramarine #09198E

Tints of Ultramarine #09198E

RGB

 RED value IS 9 (3.91% from 255) = 5.11%

 GREEN value IS 25 (10.16% from 255) = 14.2%

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

R = 5.11%
G = 14.2%
B = 80.68%

CMYK

 C value IS 0.94

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#09198E (or 0x09198E) is known color: Ultramarine. HEX triplet: 09, 19 and 8E. RGB value is (9,25,142). Sum of RGB (Red+Green+Blue) = 9+25+142=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 142 (55.86% from 255 or 80.68% from 176); Max value from RGB is 142 - color contains mainly: blue. Hex color #09198E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09198E is #F6E671. Grayscale: #212121. Windows color (decimal): -16180850 or 9312521. OLE color: 9312521.

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

Color convert

RGB 9 25 142 -
CMYK 0.94 0.82 0 0.44
HSL 232.78º 0.88% 0.3% -
HSV(B) 232.78º 0.94% 0.56% -
XYZ 5.34 2.71 25.83 -
YUV 33.55 189.2 110.49 -
System Red Green Blue C M Y K H S L
Decimal 9 25 142 0.94 0.82 0 0.44 232.78 0.88 0.3
Hex 9 19 8E 5E 52 0 2C E9 58 1E
Octal 11 31 216 136 122 0 54 351 130 36
Binary 1001 11001 10001110 1011110 1010010 0 101100 11101001 1011000 11110

Color Harmonies of #09198E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09198E

Black with #09198E

Text Example


Text Example

White with #09198E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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