Html Css Color HEX #081096 Ultramarine

📋 copy color: '#081096'

red 8 ◦ green 16 ◦ blue 150

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

Shades of Ultramarine #081096

Tints of Ultramarine #081096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 86.21%

R = 4.6%
G = 9.2%
B = 86.21%

CMYK

 C value IS 0.95

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#081096 (or 0x081096) is known color: Ultramarine. HEX triplet: 08, 10 and 96. RGB value is (8,16,150). Sum of RGB (Red+Green+Blue) = 8+16+150=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 150 (58.98% from 255 or 86.21% from 174); Max value from RGB is 150 - color contains mainly: blue. Hex color #081096 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081096 is #F7EF69. Grayscale: #1C1C1C. Windows color (decimal): -16248682 or 9834504. OLE color: 9834504.

HSL color Cylindrical-coordinate representation of color #081096: hue angle of 236.62º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #081096 is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 8 16 150 -
CMYK 0.95 0.89 0 0.41
HSL 236.62º 0.9% 0.31% -
HSV(B) 236.62º 0.95% 0.59% -
XYZ 5.79 2.62 29.06 -
YUV 28.88 196.35 113.1 -
System Red Green Blue C M Y K H S L
Decimal 8 16 150 0.95 0.89 0 0.41 236.62 0.9 0.31
Hex 8 10 96 5F 59 0 29 ED 5A 1F
Octal 10 20 226 137 131 0 51 355 132 37
Binary 1000 10000 10010110 1011111 1011001 0 101001 11101101 1011010 11111

Color Harmonies of #081096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081096

Black with #081096

Text Example


Text Example

White with #081096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081096; }

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

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

background-color css

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

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

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

border-color css

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

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

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