Html Css Color HEX #081086 Ultramarine

📋 copy color: '#081086'

red 8 ◦ green 16 ◦ blue 134

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

Shades of Ultramarine #081086

Tints of Ultramarine #081086

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.13%

 BLUE value IS 134 (52.73% from 255) = 84.81%

R = 5.06%
G = 10.13%
B = 84.81%

CMYK

 C value IS 0.94

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#081086 (or 0x081086) is known color: Ultramarine. HEX triplet: 08, 10 and 86. RGB value is (8,16,134). Sum of RGB (Red+Green+Blue) = 8+16+134=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 134 (52.73% from 255 or 84.81% from 158); Max value from RGB is 134 - color contains mainly: blue. Hex color #081086 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081086 is #F7EF79. Grayscale: #1A1A1A. Windows color (decimal): -16248698 or 8785928. OLE color: 8785928.

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

Color convert

RGB 8 16 134 -
CMYK 0.94 0.88 0 0.47
HSL 236.19º 0.89% 0.28% -
HSV(B) 236.19º 0.94% 0.53% -
XYZ 4.59 2.14 22.73 -
YUV 27.06 188.35 114.41 -
System Red Green Blue C M Y K H S L
Decimal 8 16 134 0.94 0.88 0 0.47 236.19 0.89 0.28
Hex 8 10 86 5E 58 0 2F EC 59 1C
Octal 10 20 206 136 130 0 57 354 131 34
Binary 1000 10000 10000110 1011110 1011000 0 101111 11101100 1011001 11100

Color Harmonies of #081086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081086

Black with #081086

Text Example


Text Example

White with #081086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081086; }

 p { color: rgb(8,16,134); }

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

background-color css

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

 a { background-color: rgb(8,16,134); }

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

border-color css

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

 span { border-color: rgb(8,16,134); }

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