Html Css Color HEX #080995 Ultramarine

📋 copy color: '#080995'

red 8 ◦ green 9 ◦ blue 149

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

Shades of Ultramarine #080995

Tints of Ultramarine #080995

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.42%

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

R = 4.82%
G = 5.42%
B = 89.76%

CMYK

 C value IS 0.95

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#080995 (or 0x080995) is known color: Ultramarine. HEX triplet: 08, 09 and 95. RGB value is (8,9,149). Sum of RGB (Red+Green+Blue) = 8+9+149=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 149 (58.59% from 255 or 89.76% from 166); Max value from RGB is 149 - color contains mainly: blue. Hex color #080995 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080995 is #F7F66A. Grayscale: #181818. Windows color (decimal): -16250475 or 9767176. OLE color: 9767176.

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

Color convert

RGB 8 9 149 -
CMYK 0.95 0.94 0 0.42
HSL 239.57º 0.9% 0.31% -
HSV(B) 239.57º 0.95% 0.58% -
XYZ 5.62 2.42 28.6 -
YUV 24.66 198.17 116.12 -
System Red Green Blue C M Y K H S L
Decimal 8 9 149 0.95 0.94 0 0.42 239.57 0.9 0.31
Hex 8 9 95 5F 5E 0 2A F0 5A 1F
Octal 10 11 225 137 136 0 52 360 132 37
Binary 1000 1001 10010101 1011111 1011110 0 101010 11110000 1011010 11111

Color Harmonies of #080995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080995

Black with #080995

Text Example


Text Example

White with #080995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080995; }

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

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

background-color css

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

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

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

border-color css

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

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

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