Html Css Color HEX #081184 Ultramarine

📋 copy color: '#081184'

red 8 ◦ green 17 ◦ blue 132

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

Shades of Ultramarine #081184

Tints of Ultramarine #081184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 84.08%

R = 5.1%
G = 10.83%
B = 84.08%

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

#081184 (or 0x081184) is known color: Ultramarine. HEX triplet: 08, 11 and 84. RGB value is (8,17,132). Sum of RGB (Red+Green+Blue) = 8+17+132=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 132 (51.95% from 255 or 84.08% from 157); Max value from RGB is 132 - color contains mainly: blue. Hex color #081184 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081184 is #F7EE7B. Grayscale: #1A1A1A. Windows color (decimal): -16248444 or 8655112. OLE color: 8655112.

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

Color convert

RGB 8 17 132 -
CMYK 0.94 0.87 0 0.48
HSL 235.65º 0.89% 0.27% -
HSV(B) 235.65º 0.94% 0.52% -
XYZ 4.47 2.12 22 -
YUV 27.42 187.02 114.15 -
System Red Green Blue C M Y K H S L
Decimal 8 17 132 0.94 0.87 0 0.48 235.65 0.89 0.27
Hex 8 11 84 5E 57 0 30 EC 59 1B
Octal 10 21 204 136 127 0 60 354 131 33
Binary 1000 10001 10000100 1011110 1010111 0 110000 11101100 1011001 11011

Color Harmonies of #081184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081184

Black with #081184

Text Example


Text Example

White with #081184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081184; }

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

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

background-color css

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

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

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

border-color css

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

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

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