#091985

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

Shades of Ultramarine #091985

Tints of Ultramarine #091985

Color information

#091985 (or 0x091985) is unknown color: approx Ultramarine. HEX triplet: 09, 19 and 85. RGB value is (9,25,133). Sum of RGB (Red+Green+Blue) = 9+25+133=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 133 (52.34% from 255 or 79.64% from 167); Max value from RGB is 133 - color contains mainly: blue. Hex color #091985 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091985 is #F6E67A. Grayscale: #202020. Windows color (decimal): -16180859 or 8722697. OLE color: 8722697.

HSL color Cylindrical-coordinate representation of color #091985: hue angle of 232.26º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #091985 is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB925133-
CMYK0.930.8100.48
HSL232.26º87.32%27.84%-
HSV(B)232.26º93.23%52.16%-
XYZ4.692.4522.42-
YUV32.53184.7111.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.39%
GREEN value IS 25 (10.16% from 255) = 14.97%
BLUE value IS 133 (52.34% from 255) = 79.64%
R=5.39%
G=14.97%
B=79.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9251330.930.8100.48232.2687.3227.84
Hex919855D51030e8571c
Octal113120513512106035012734
Binary1001110011000010110111011010001011000011101000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091985; }

 p { color: rgb(9,25,133); }

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

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

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

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

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

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

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