Html Css Color HEX #090394 Ultramarine

📋 copy color: '#090394'

red 9 ◦ green 3 ◦ blue 148

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

Shades of Ultramarine #090394

Tints of Ultramarine #090394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.88%

 BLUE value IS 148 (58.2% from 255) = 92.5%

R = 5.63%
G = 1.88%
B = 92.5%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#090394 (or 0x090394) is known color: Ultramarine. HEX triplet: 09, 03 and 94. RGB value is (9,3,148). Sum of RGB (Red+Green+Blue) = 9+3+148=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 148 (58.20% from 255 or 92.5% from 160); Max value from RGB is 148 - color contains mainly: blue. Hex color #090394 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090394 is #F6FC6B. Grayscale: #141414. Windows color (decimal): -16186476 or 9700105. OLE color: 9700105.

HSL color Cylindrical-coordinate representation of color #090394: hue angle of 242.48º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #090394 is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 3 148 -
CMYK 0.94 0.98 0 0.42
HSL 242.48º 0.96% 0.3% -
HSV(B) 242.48º 0.98% 0.58% -
XYZ 5.49 2.26 28.16 -
YUV 21.32 199.49 119.21 -
System Red Green Blue C M Y K H S L
Decimal 9 3 148 0.94 0.98 0 0.42 242.48 0.96 0.3
Hex 9 3 94 5E 62 0 2A F2 60 1E
Octal 11 3 224 136 142 0 52 362 140 36
Binary 1001 11 10010100 1011110 1100010 0 101010 11110010 1100000 11110

Color Harmonies of #090394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090394

Black with #090394

Text Example


Text Example

White with #090394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090394; }

 p { color: rgb(9,3,148); }

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

background-color css

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

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

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

border-color css

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

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

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