Html Css Color HEX #091384 Ultramarine

📋 copy color: '#091384'

red 9 ◦ green 19 ◦ blue 132

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

Shades of Ultramarine #091384

Tints of Ultramarine #091384

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.88%

 BLUE value IS 132 (51.95% from 255) = 82.5%

R = 5.63%
G = 11.88%
B = 82.5%

CMYK

 C value IS 0.93

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#091384 (or 0x091384) is known color: Ultramarine. HEX triplet: 09, 13 and 84. RGB value is (9,19,132). Sum of RGB (Red+Green+Blue) = 9+19+132=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 132 (51.95% from 255 or 82.5% from 160); Max value from RGB is 132 - color contains mainly: blue. Hex color #091384 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091384 is #F6EC7B. Grayscale: #1C1C1C. Windows color (decimal): -16182396 or 8655625. OLE color: 8655625.

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

Color convert

RGB 9 19 132 -
CMYK 0.93 0.86 0 0.48
HSL 235.12º 0.87% 0.28% -
HSV(B) 235.12º 0.93% 0.52% -
XYZ 4.51 2.19 22.01 -
YUV 28.89 186.19 113.81 -
System Red Green Blue C M Y K H S L
Decimal 9 19 132 0.93 0.86 0 0.48 235.12 0.87 0.28
Hex 9 13 84 5D 56 0 30 EB 57 1C
Octal 11 23 204 135 126 0 60 353 127 34
Binary 1001 10011 10000100 1011101 1010110 0 110000 11101011 1010111 11100

Color Harmonies of #091384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091384

Black with #091384

Text Example


Text Example

White with #091384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091384; }

 p { color: rgb(9,19,132); }

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

background-color css

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

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

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

border-color css

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

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

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