#090992

Color #090992 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #090992

Tints of Ultramarine #090992

Color information

#090992 (or 0x090992) is unknown color: approx Ultramarine. HEX triplet: 09, 09 and 92. RGB value is (9,9,146). Sum of RGB (Red+Green+Blue) = 9+9+146=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 146 (57.42% from 255 or 89.02% from 164); Max value from RGB is 146 - color contains mainly: blue. Hex color #090992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090992 is #F6F66D. Grayscale: #181818. Windows color (decimal): -16184942 or 9570569. OLE color: 9570569.

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

Color convert

RGB99146-
CMYK0.940.9400.43
HSL240º88.39%30.39%-
HSV(B)240º93.84%57.25%-
XYZ5.42.3327.36-
YUV24.62196.5116.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.49%
GREEN value IS 9 (3.91% from 255) = 5.49%
BLUE value IS 146 (57.42% from 255) = 89.02%
R=5.49%
G=5.49%
B=89.02%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991460.940.9400.4324088.3930.39
Hex99925E5E02Bf0581e
Octal111122213613605336013036
Binary100110011001001010111101011110010101111110000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090992; }

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

 H1.HeaderClassName
 {
   color: #090992;
 }
 .AnyTagClassName
 {
   color: #090992;
 }
</style>
background-color css

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

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

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

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

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

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