#090C94

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

Shades of Ultramarine #090C94

Tints of Ultramarine #090C94

Color information

#090C94 (or 0x090C94) is unknown color: approx Ultramarine. HEX triplet: 09, 0C and 94. RGB value is (9,12,148). Sum of RGB (Red+Green+Blue) = 9+12+148=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 12 (5.08% from 255 or 7.10% from 169); Blue value is 148 (58.20% from 255 or 87.57% from 169); Max value from RGB is 148 - color contains mainly: blue. Hex color #090C94 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090C94 is #F6F36B. Grayscale: #1A1A1A. Windows color (decimal): -16184172 or 9702409. OLE color: 9702409.

HSL color Cylindrical-coordinate representation of color #090C94: hue angle of 238.71º 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 #090C94 is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB912148-
CMYK0.940.9200.42
HSL238.71º88.54%30.78%-
HSV(B)238.71º93.92%58.04%-
XYZ5.592.4628.2-
YUV26.61196.51115.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.33%
GREEN value IS 12 (5.08% from 255) = 7.10%
BLUE value IS 148 (58.20% from 255) = 87.57%
R=5.33%
G=7.10%
B=87.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9121480.940.9200.42238.7188.5430.78
Hex9C945E5C02Aef591f
Octal111422413613405235713137
Binary100111001001010010111101011100010101011101111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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