#090C8A

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

Shades of Ultramarine #090C8A

Tints of Ultramarine #090C8A

Color information

#090C8A (or 0x090C8A) is unknown color: approx Ultramarine. HEX triplet: 09, 0C and 8A. RGB value is (9,12,138). Sum of RGB (Red+Green+Blue) = 9+12+138=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 138 (54.30% from 255 or 86.79% from 159); Max value from RGB is 138 - color contains mainly: blue. Hex color #090C8A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090C8A is #F6F375. Grayscale: #181818. Windows color (decimal): -16184182 or 9047049. OLE color: 9047049.

HSL color Cylindrical-coordinate representation of color #090C8A: hue angle of 238.6º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #090C8A is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB912138-
CMYK0.930.9100.46
HSL238.6º87.76%28.82%-
HSV(B)238.6º93.48%54.12%-
XYZ4.832.1624.21-
YUV25.47191.51116.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.66%
GREEN value IS 12 (5.08% from 255) = 7.55%
BLUE value IS 138 (54.30% from 255) = 86.79%
R=5.66%
G=7.55%
B=86.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9121380.930.9100.46238.687.7628.82
Hex9C8A5D5B02Eef581d
Octal111421213513305635713035
Binary100111001000101010111011011011010111011101111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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