Html Css Color HEX #081494 Ultramarine

📋 copy color: '#081494'

red 8 ◦ green 20 ◦ blue 148

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

Shades of Ultramarine #081494

Tints of Ultramarine #081494

RGB

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

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

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

R = 4.55%
G = 11.36%
B = 84.09%

CMYK

 C value IS 0.95

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#081494 (or 0x081494) is known color: Ultramarine. HEX triplet: 08, 14 and 94. RGB value is (8,20,148). Sum of RGB (Red+Green+Blue) = 8+20+148=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 148 (58.20% from 255 or 84.09% from 176); Max value from RGB is 148 - color contains mainly: blue. Hex color #081494 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081494 is #F7EB6B. Grayscale: #1E1E1E. Windows color (decimal): -16247660 or 9704456. OLE color: 9704456.

HSL color Cylindrical-coordinate representation of color #081494: hue angle of 234.86º 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 #081494 is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 20 148 -
CMYK 0.95 0.86 0 0.42
HSL 234.86º 0.9% 0.31% -
HSV(B) 234.86º 0.95% 0.58% -
XYZ 5.7 2.69 28.24 -
YUV 31 194.02 111.59 -
System Red Green Blue C M Y K H S L
Decimal 8 20 148 0.95 0.86 0 0.42 234.86 0.9 0.31
Hex 8 14 94 5F 56 0 2A EB 5A 1F
Octal 10 24 224 137 126 0 52 353 132 37
Binary 1000 10100 10010100 1011111 1010110 0 101010 11101011 1011010 11111

Color Harmonies of #081494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081494

Black with #081494

Text Example


Text Example

White with #081494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081494; }

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

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

background-color css

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

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

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

border-color css

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

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

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