Html Css Color HEX #091B8D Ultramarine

📋 copy color: '#091B8D'

red 9 ◦ green 27 ◦ blue 141

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

Shades of Ultramarine #091B8D

Tints of Ultramarine #091B8D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.25%

 BLUE value IS 141 (55.47% from 255) = 79.66%

R = 5.08%
G = 15.25%
B = 79.66%

CMYK

 C value IS 0.94

 M value IS 0.81

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#091B8D (or 0x091B8D) is known color: Ultramarine. HEX triplet: 09, 1B and 8D. RGB value is (9,27,141). Sum of RGB (Red+Green+Blue) = 9+27+141=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 27 (10.94% from 255 or 15.25% from 177); Blue value is 141 (55.47% from 255 or 79.66% from 177); Max value from RGB is 141 - color contains mainly: blue. Hex color #091B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091B8D is #F6E472. Grayscale: #222222. Windows color (decimal): -16180339 or 9247497. OLE color: 9247497.

HSL color Cylindrical-coordinate representation of color #091B8D: hue angle of 231.82º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #091B8D is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 27 141 -
CMYK 0.94 0.81 0 0.45
HSL 231.82º 0.88% 0.29% -
HSV(B) 231.82º 0.94% 0.55% -
XYZ 5.31 2.77 25.45 -
YUV 34.61 188.04 109.73 -
System Red Green Blue C M Y K H S L
Decimal 9 27 141 0.94 0.81 0 0.45 231.82 0.88 0.29
Hex 9 1B 8D 5E 51 0 2D E8 58 1D
Octal 11 33 215 136 121 0 55 350 130 35
Binary 1001 11011 10001101 1011110 1010001 0 101101 11101000 1011000 11101

Color Harmonies of #091B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091B8D

Black with #091B8D

Text Example


Text Example

White with #091B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091B8D; }

 p { color: rgb(9,27,141); }

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

background-color css

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

 a { background-color: rgb(9,27,141); }

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

border-color css

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

 span { border-color: rgb(9,27,141); }

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