Html Css Color HEX #080894 Ultramarine

📋 copy color: '#080894'

red 8 ◦ green 8 ◦ blue 148

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

Shades of Ultramarine #080894

Tints of Ultramarine #080894

RGB

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

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

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

R = 4.88%
G = 4.88%
B = 90.24%

CMYK

 C value IS 0.95

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#080894 (or 0x080894) is known color: Ultramarine. HEX triplet: 08, 08 and 94. RGB value is (8,8,148). Sum of RGB (Red+Green+Blue) = 8+8+148=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 148 (58.20% from 255 or 90.24% from 164); Max value from RGB is 148 - color contains mainly: blue. Hex color #080894 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080894 is #F7F76B. Grayscale: #171717. Windows color (decimal): -16250732 or 9701384. OLE color: 9701384.

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

Color convert

RGB 8 8 148 -
CMYK 0.95 0.95 0 0.42
HSL 240º 0.9% 0.31% -
HSV(B) 240º 0.95% 0.58% -
XYZ 5.53 2.36 28.18 -
YUV 23.96 198 116.62 -
System Red Green Blue C M Y K H S L
Decimal 8 8 148 0.95 0.95 0 0.42 240 0.9 0.31
Hex 8 8 94 5F 5F 0 2A F0 5A 1F
Octal 10 10 224 137 137 0 52 360 132 37
Binary 1000 1000 10010100 1011111 1011111 0 101010 11110000 1011010 11111

Color Harmonies of #080894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080894

Black with #080894

Text Example


Text Example

White with #080894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080894; }

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

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

background-color css

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

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

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

border-color css

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

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

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