Html Css Color HEX #081884 Ultramarine

📋 copy color: '#081884'

red 8 ◦ green 24 ◦ blue 132

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

Shades of Ultramarine #081884

Tints of Ultramarine #081884

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.63%

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

R = 4.88%
G = 14.63%
B = 80.49%

CMYK

 C value IS 0.94

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#081884 (or 0x081884) is known color: Ultramarine. HEX triplet: 08, 18 and 84. RGB value is (8,24,132). Sum of RGB (Red+Green+Blue) = 8+24+132=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 132 (51.95% from 255 or 80.49% from 164); Max value from RGB is 132 - color contains mainly: blue. Hex color #081884 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081884 is #F7E77B. Grayscale: #1F1F1F. Windows color (decimal): -16246652 or 8656904. OLE color: 8656904.

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

Color convert

RGB 8 24 132 -
CMYK 0.94 0.82 0 0.48
HSL 232.26º 0.89% 0.27% -
HSV(B) 232.26º 0.94% 0.52% -
XYZ 4.59 2.37 22.05 -
YUV 31.53 184.7 111.22 -
System Red Green Blue C M Y K H S L
Decimal 8 24 132 0.94 0.82 0 0.48 232.26 0.89 0.27
Hex 8 18 84 5E 52 0 30 E8 59 1B
Octal 10 30 204 136 122 0 60 350 131 33
Binary 1000 11000 10000100 1011110 1010010 0 110000 11101000 1011001 11011

Color Harmonies of #081884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081884

Black with #081884

Text Example


Text Example

White with #081884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081884; }

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

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

background-color css

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

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

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

border-color css

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

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

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