Html Css Color HEX #081190 Ultramarine

📋 copy color: '#081190'

red 8 ◦ green 17 ◦ blue 144

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

Shades of Ultramarine #081190

Tints of Ultramarine #081190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 85.21%

R = 4.73%
G = 10.06%
B = 85.21%

CMYK

 C value IS 0.94

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#081190 (or 0x081190) is known color: Ultramarine. HEX triplet: 08, 11 and 90. RGB value is (8,17,144). Sum of RGB (Red+Green+Blue) = 8+17+144=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 144 (56.64% from 255 or 85.21% from 169); Max value from RGB is 144 - color contains mainly: blue. Hex color #081190 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081190 is #F7EE6F. Grayscale: #1C1C1C. Windows color (decimal): -16248432 or 9441544. OLE color: 9441544.

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

Color convert

RGB 8 17 144 -
CMYK 0.94 0.88 0 0.44
HSL 236.03º 0.89% 0.3% -
HSV(B) 236.03º 0.94% 0.56% -
XYZ 5.33 2.47 26.58 -
YUV 28.79 193.02 113.17 -
System Red Green Blue C M Y K H S L
Decimal 8 17 144 0.94 0.88 0 0.44 236.03 0.89 0.3
Hex 8 11 90 5E 58 0 2C EC 59 1E
Octal 10 21 220 136 130 0 54 354 131 36
Binary 1000 10001 10010000 1011110 1011000 0 101100 11101100 1011001 11110

Color Harmonies of #081190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081190

Black with #081190

Text Example


Text Example

White with #081190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081190; }

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

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

background-color css

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

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

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

border-color css

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

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

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