Html Css Color HEX #081189 Ultramarine

📋 copy color: '#081189'

red 8 ◦ green 17 ◦ blue 137

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

Shades of Ultramarine #081189

Tints of Ultramarine #081189

RGB

 RED value IS 8 (3.52% from 255) = 4.94%

 GREEN value IS 17 (7.03% from 255) = 10.49%

 BLUE value IS 137 (53.91% from 255) = 84.57%

R = 4.94%
G = 10.49%
B = 84.57%

CMYK

 C value IS 0.94

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#081189 (or 0x081189) is known color: Ultramarine. HEX triplet: 08, 11 and 89. RGB value is (8,17,137). Sum of RGB (Red+Green+Blue) = 8+17+137=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 137 (53.91% from 255 or 84.57% from 162); Max value from RGB is 137 - color contains mainly: blue. Hex color #081189 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081189 is #F7EE76. Grayscale: #1B1B1B. Windows color (decimal): -16248439 or 8982792. OLE color: 8982792.

HSL color Cylindrical-coordinate representation of color #081189: hue angle of 235.81º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081189 is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 17 137 -
CMYK 0.94 0.88 0 0.46
HSL 235.81º 0.89% 0.28% -
HSV(B) 235.81º 0.94% 0.54% -
XYZ 4.82 2.26 23.85 -
YUV 27.99 189.52 113.74 -
System Red Green Blue C M Y K H S L
Decimal 8 17 137 0.94 0.88 0 0.46 235.81 0.89 0.28
Hex 8 11 89 5E 58 0 2E EC 59 1C
Octal 10 21 211 136 130 0 56 354 131 34
Binary 1000 10001 10001001 1011110 1011000 0 101110 11101100 1011001 11100

Color Harmonies of #081189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081189

Black with #081189

Text Example


Text Example

White with #081189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081189; }

 p { color: rgb(8,17,137); }

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

background-color css

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

 a { background-color: rgb(8,17,137); }

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

border-color css

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

 span { border-color: rgb(8,17,137); }

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