Html Css Color HEX #09098C Ultramarine

📋 copy color: '#09098C'

red 9 ◦ green 9 ◦ blue 140

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

Shades of Ultramarine #09098C

Tints of Ultramarine #09098C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 88.61%

R = 5.7%
G = 5.7%
B = 88.61%

CMYK

 C value IS 0.94

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09098C (or 0x09098C) is known color: Ultramarine. HEX triplet: 09, 09 and 8C. RGB value is (9,9,140). Sum of RGB (Red+Green+Blue) = 9+9+140=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 140 (55.08% from 255 or 88.61% from 158); Max value from RGB is 140 - color contains mainly: blue. Hex color #09098C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09098C is #F6F673. Grayscale: #171717. Windows color (decimal): -16184948 or 9177353. OLE color: 9177353.

HSL color Cylindrical-coordinate representation of color #09098C: hue angle of 240º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09098C is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 9 140 -
CMYK 0.94 0.94 0 0.45
HSL 240º 0.88% 0.29% -
HSV(B) 240º 0.94% 0.55% -
XYZ 4.94 2.15 24.96 -
YUV 23.93 193.5 117.35 -
System Red Green Blue C M Y K H S L
Decimal 9 9 140 0.94 0.94 0 0.45 240 0.88 0.29
Hex 9 9 8C 5E 5E 0 2D F0 58 1D
Octal 11 11 214 136 136 0 55 360 130 35
Binary 1001 1001 10001100 1011110 1011110 0 101101 11110000 1011000 11101

Color Harmonies of #09098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09098C

Black with #09098C

Text Example


Text Example

White with #09098C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09098C; }

 p { color: rgb(9,9,140); }

 H1.HeaderClassName
 {
   color: #09098C;
 }
 .AnyTagClassName
 {
   color: #09098C;
 }
</style>

background-color css

<style>
 a { background-color: #09098C; }

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

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

border-color css

<style>
 span { border-color: #09098C; }

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

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