Html Css Color HEX #090E94 Ultramarine

📋 copy color: '#090E94'

red 9 ◦ green 14 ◦ blue 148

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

Shades of Ultramarine #090E94

Tints of Ultramarine #090E94

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.19%

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

R = 5.26%
G = 8.19%
B = 86.55%

CMYK

 C value IS 0.94

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#090E94 (or 0x090E94) is known color: Ultramarine. HEX triplet: 09, 0E and 94. RGB value is (9,14,148). Sum of RGB (Red+Green+Blue) = 9+14+148=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 14 (5.86% from 255 or 8.19% from 171); Blue value is 148 (58.20% from 255 or 86.55% from 171); Max value from RGB is 148 - color contains mainly: blue. Hex color #090E94 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090E94 is #F6F16B. Grayscale: #1B1B1B. Windows color (decimal): -16183660 or 9702921. OLE color: 9702921.

HSL color Cylindrical-coordinate representation of color #090E94: hue angle of 237.84º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #090E94 is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 14 148 -
CMYK 0.94 0.91 0 0.42
HSL 237.84º 0.89% 0.31% -
HSV(B) 237.84º 0.94% 0.58% -
XYZ 5.61 2.51 28.21 -
YUV 27.78 195.84 114.6 -
System Red Green Blue C M Y K H S L
Decimal 9 14 148 0.94 0.91 0 0.42 237.84 0.89 0.31
Hex 9 E 94 5E 5B 0 2A EE 59 1F
Octal 11 16 224 136 133 0 52 356 131 37
Binary 1001 1110 10010100 1011110 1011011 0 101010 11101110 1011001 11111

Color Harmonies of #090E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090E94

Black with #090E94

Text Example


Text Example

White with #090E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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