Html Css Color HEX #081185 Ultramarine

📋 copy color: '#081185'

red 8 ◦ green 17 ◦ blue 133

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

Shades of Ultramarine #081185

Tints of Ultramarine #081185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.76%

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

R = 5.06%
G = 10.76%
B = 84.18%

CMYK

 C value IS 0.94

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#081185 (or 0x081185) is known color: Ultramarine. HEX triplet: 08, 11 and 85. RGB value is (8,17,133). Sum of RGB (Red+Green+Blue) = 8+17+133=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 133 (52.34% from 255 or 84.18% from 158); Max value from RGB is 133 - color contains mainly: blue. Hex color #081185 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081185 is #F7EE7A. Grayscale: #1B1B1B. Windows color (decimal): -16248443 or 8720648. OLE color: 8720648.

HSL color Cylindrical-coordinate representation of color #081185: hue angle of 235.68º 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 #081185 is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 17 133 -
CMYK 0.94 0.87 0 0.48
HSL 235.68º 0.89% 0.28% -
HSV(B) 235.68º 0.94% 0.52% -
XYZ 4.53 2.15 22.37 -
YUV 27.53 187.52 114.07 -
System Red Green Blue C M Y K H S L
Decimal 8 17 133 0.94 0.87 0 0.48 235.68 0.89 0.28
Hex 8 11 85 5E 57 0 30 EC 59 1C
Octal 10 21 205 136 127 0 60 354 131 34
Binary 1000 10001 10000101 1011110 1010111 0 110000 11101100 1011001 11100

Color Harmonies of #081185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081185

Black with #081185

Text Example


Text Example

White with #081185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081185; }

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

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

background-color css

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

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

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

border-color css

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

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

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