Html Css Color HEX #081085 Ultramarine

📋 copy color: '#081085'

red 8 ◦ green 16 ◦ blue 133

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

Shades of Ultramarine #081085

Tints of Ultramarine #081085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 84.71%

R = 5.1%
G = 10.19%
B = 84.71%

CMYK

 C value IS 0.94

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#081085 (or 0x081085) is known color: Ultramarine. HEX triplet: 08, 10 and 85. RGB value is (8,16,133). Sum of RGB (Red+Green+Blue) = 8+16+133=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 133 (52.34% from 255 or 84.71% from 157); Max value from RGB is 133 - color contains mainly: blue. Hex color #081085 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081085 is #F7EF7A. Grayscale: #1A1A1A. Windows color (decimal): -16248699 or 8720392. OLE color: 8720392.

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

Color convert

RGB 8 16 133 -
CMYK 0.94 0.88 0 0.48
HSL 236.16º 0.89% 0.28% -
HSV(B) 236.16º 0.94% 0.52% -
XYZ 4.52 2.12 22.36 -
YUV 26.95 187.85 114.49 -
System Red Green Blue C M Y K H S L
Decimal 8 16 133 0.94 0.88 0 0.48 236.16 0.89 0.28
Hex 8 10 85 5E 58 0 30 EC 59 1C
Octal 10 20 205 136 130 0 60 354 131 34
Binary 1000 10000 10000101 1011110 1011000 0 110000 11101100 1011001 11100

Color Harmonies of #081085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081085

Black with #081085

Text Example


Text Example

White with #081085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081085; }

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

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

background-color css

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

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

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

border-color css

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

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

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