Html Css Color HEX #080895 Ultramarine

📋 copy color: '#080895'

red 8 ◦ green 8 ◦ blue 149

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

Shades of Ultramarine #080895

Tints of Ultramarine #080895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 90.3%

R = 4.85%
G = 4.85%
B = 90.3%

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

#080895 (or 0x080895) is known color: Ultramarine. HEX triplet: 08, 08 and 95. RGB value is (8,8,149). Sum of RGB (Red+Green+Blue) = 8+8+149=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 149 (58.59% from 255 or 90.30% from 165); Max value from RGB is 149 - color contains mainly: blue. Hex color #080895 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080895 is #F7F76A. Grayscale: #171717. Windows color (decimal): -16250731 or 9766920. OLE color: 9766920.

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

Color convert

RGB 8 8 149 -
CMYK 0.95 0.95 0 0.42
HSL 240º 0.9% 0.31% -
HSV(B) 240º 0.95% 0.58% -
XYZ 5.61 2.4 28.6 -
YUV 24.07 198.5 116.54 -
System Red Green Blue C M Y K H S L
Decimal 8 8 149 0.95 0.95 0 0.42 240 0.9 0.31
Hex 8 8 95 5F 5F 0 2A F0 5A 1F
Octal 10 10 225 137 137 0 52 360 132 37
Binary 1000 1000 10010101 1011111 1011111 0 101010 11110000 1011010 11111

Color Harmonies of #080895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080895

Black with #080895

Text Example


Text Example

White with #080895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080895; }

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

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

background-color css

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

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

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

border-color css

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

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

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