Html Css Color HEX #081484 Ultramarine

📋 copy color: '#081484'

red 8 ◦ green 20 ◦ blue 132

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

Shades of Ultramarine #081484

Tints of Ultramarine #081484

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.5%

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

R = 5%
G = 12.5%
B = 82.5%

CMYK

 C value IS 0.94

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#081484 (or 0x081484) is known color: Ultramarine. HEX triplet: 08, 14 and 84. RGB value is (8,20,132). Sum of RGB (Red+Green+Blue) = 8+20+132=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 132 (51.95% from 255 or 82.5% from 160); Max value from RGB is 132 - color contains mainly: blue. Hex color #081484 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081484 is #F7EB7B. Grayscale: #1C1C1C. Windows color (decimal): -16247676 or 8655880. OLE color: 8655880.

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

Color convert

RGB 8 20 132 -
CMYK 0.94 0.85 0 0.48
HSL 234.19º 0.89% 0.27% -
HSV(B) 234.19º 0.94% 0.52% -
XYZ 4.52 2.22 22.02 -
YUV 29.18 186.02 112.89 -
System Red Green Blue C M Y K H S L
Decimal 8 20 132 0.94 0.85 0 0.48 234.19 0.89 0.27
Hex 8 14 84 5E 55 0 30 EA 59 1B
Octal 10 24 204 136 125 0 60 352 131 33
Binary 1000 10100 10000100 1011110 1010101 0 110000 11101010 1011001 11011

Color Harmonies of #081484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081484

Black with #081484

Text Example


Text Example

White with #081484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081484; }

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

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

background-color css

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

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

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

border-color css

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

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

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