Html Css Color HEX #081291 Ultramarine

📋 copy color: '#081291'

red 8 ◦ green 18 ◦ blue 145

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

Shades of Ultramarine #081291

Tints of Ultramarine #081291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.53%

 BLUE value IS 145 (57.03% from 255) = 84.8%

R = 4.68%
G = 10.53%
B = 84.8%

CMYK

 C value IS 0.94

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#081291 (or 0x081291) is known color: Ultramarine. HEX triplet: 08, 12 and 91. RGB value is (8,18,145). Sum of RGB (Red+Green+Blue) = 8+18+145=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 145 (57.03% from 255 or 84.80% from 171); Max value from RGB is 145 - color contains mainly: blue. Hex color #081291 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081291 is #F7ED6E. Grayscale: #1C1C1C. Windows color (decimal): -16248175 or 9507336. OLE color: 9507336.

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

Color convert

RGB 8 18 145 -
CMYK 0.94 0.88 0 0.43
HSL 235.62º 0.9% 0.3% -
HSV(B) 235.62º 0.94% 0.57% -
XYZ 5.43 2.53 26.99 -
YUV 29.49 193.19 112.67 -
System Red Green Blue C M Y K H S L
Decimal 8 18 145 0.94 0.88 0 0.43 235.62 0.9 0.3
Hex 8 12 91 5E 58 0 2B EC 5A 1E
Octal 10 22 221 136 130 0 53 354 132 36
Binary 1000 10010 10010001 1011110 1011000 0 101011 11101100 1011010 11110

Color Harmonies of #081291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081291

Black with #081291

Text Example


Text Example

White with #081291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081291; }

 p { color: rgb(8,18,145); }

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

background-color css

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

 a { background-color: rgb(8,18,145); }

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

border-color css

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

 span { border-color: rgb(8,18,145); }

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