Html Css Color HEX #081994 Ultramarine

📋 copy color: '#081994'

red 8 ◦ green 25 ◦ blue 148

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

Shades of Ultramarine #081994

Tints of Ultramarine #081994

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.81%

 BLUE value IS 148 (58.2% from 255) = 81.77%

R = 4.42%
G = 13.81%
B = 81.77%

CMYK

 C value IS 0.95

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#081994 (or 0x081994) is known color: Ultramarine. HEX triplet: 08, 19 and 94. RGB value is (8,25,148). Sum of RGB (Red+Green+Blue) = 8+25+148=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 148 (58.20% from 255 or 81.77% from 181); Max value from RGB is 148 - color contains mainly: blue. Hex color #081994 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081994 is #F7E66B. Grayscale: #212121. Windows color (decimal): -16246380 or 9705736. OLE color: 9705736.

HSL color Cylindrical-coordinate representation of color #081994: hue angle of 232.71º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #081994 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 25 148 -
CMYK 0.95 0.83 0 0.42
HSL 232.71º 0.9% 0.31% -
HSV(B) 232.71º 0.95% 0.58% -
XYZ 5.79 2.89 28.27 -
YUV 33.94 192.37 109.5 -
System Red Green Blue C M Y K H S L
Decimal 8 25 148 0.95 0.83 0 0.42 232.71 0.9 0.31
Hex 8 19 94 5F 53 0 2A E9 5A 1F
Octal 10 31 224 137 123 0 52 351 132 37
Binary 1000 11001 10010100 1011111 1010011 0 101010 11101001 1011010 11111

Color Harmonies of #081994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081994

Black with #081994

Text Example


Text Example

White with #081994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081994; }

 p { color: rgb(8,25,148); }

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

background-color css

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

 a { background-color: rgb(8,25,148); }

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

border-color css

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

 span { border-color: rgb(8,25,148); }

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