Html Css Color HEX #081099 Ultramarine

📋 copy color: '#081099'

red 8 ◦ green 16 ◦ blue 153

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

Shades of Ultramarine #081099

Tints of Ultramarine #081099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 86.44%

R = 4.52%
G = 9.04%
B = 86.44%

CMYK

 C value IS 0.95

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#081099 (or 0x081099) is known color: Ultramarine. HEX triplet: 08, 10 and 99. RGB value is (8,16,153). Sum of RGB (Red+Green+Blue) = 8+16+153=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 153 (60.16% from 255 or 86.44% from 177); Max value from RGB is 153 - color contains mainly: blue. Hex color #081099 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081099 is #F7EF66. Grayscale: #1C1C1C. Windows color (decimal): -16248679 or 10031112. OLE color: 10031112.

HSL color Cylindrical-coordinate representation of color #081099: hue angle of 236.69º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #081099 is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 8 16 153 -
CMYK 0.95 0.90 0 0.4
HSL 236.69º 0.9% 0.32% -
HSV(B) 236.69º 0.95% 0.6% -
XYZ 6.04 2.72 30.34 -
YUV 29.23 197.85 112.86 -
System Red Green Blue C M Y K H S L
Decimal 8 16 153 0.95 0.90 0 0.4 236.69 0.9 0.32
Hex 8 10 99 5F 5A 0 28 ED 5A 20
Octal 10 20 231 137 132 0 50 355 132 40
Binary 1000 10000 10011001 1011111 1011010 0 101000 11101101 1011010 100000

Color Harmonies of #081099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081099

Black with #081099

Text Example


Text Example

White with #081099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081099; }

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

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

background-color css

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

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

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

border-color css

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

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

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