Html Css Color HEX #091585 Ultramarine

📋 copy color: '#091585'

red 9 ◦ green 21 ◦ blue 133

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

Shades of Ultramarine #091585

Tints of Ultramarine #091585

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.88%

 BLUE value IS 133 (52.34% from 255) = 81.6%

R = 5.52%
G = 12.88%
B = 81.6%

CMYK

 C value IS 0.93

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#091585 (or 0x091585) is known color: Ultramarine. HEX triplet: 09, 15 and 85. RGB value is (9,21,133). Sum of RGB (Red+Green+Blue) = 9+21+133=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 133 (52.34% from 255 or 81.60% from 163); Max value from RGB is 133 - color contains mainly: blue. Hex color #091585 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091585 is #F6EA7A. Grayscale: #1D1D1D. Windows color (decimal): -16181883 or 8721673. OLE color: 8721673.

HSL color Cylindrical-coordinate representation of color #091585: hue angle of 234.19º 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 #091585 is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 21 133 -
CMYK 0.93 0.84 0 0.48
HSL 234.19º 0.87% 0.28% -
HSV(B) 234.19º 0.93% 0.52% -
XYZ 4.61 2.29 22.39 -
YUV 30.18 186.02 112.89 -
System Red Green Blue C M Y K H S L
Decimal 9 21 133 0.93 0.84 0 0.48 234.19 0.87 0.28
Hex 9 15 85 5D 54 0 30 EA 57 1C
Octal 11 25 205 135 124 0 60 352 127 34
Binary 1001 10101 10000101 1011101 1010100 0 110000 11101010 1010111 11100

Color Harmonies of #091585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091585

Black with #091585

Text Example


Text Example

White with #091585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091585; }

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

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

background-color css

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

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

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

border-color css

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

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

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