Html Css Color HEX #081995 Ultramarine

📋 copy color: '#081995'

red 8 ◦ green 25 ◦ blue 149

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

Shades of Ultramarine #081995

Tints of Ultramarine #081995

RGB

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

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

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

R = 4.4%
G = 13.74%
B = 81.87%

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

#081995 (or 0x081995) is known color: Ultramarine. HEX triplet: 08, 19 and 95. RGB value is (8,25,149). Sum of RGB (Red+Green+Blue) = 8+25+149=182 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.40% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 149 (58.59% from 255 or 81.87% from 182); Max value from RGB is 149 - color contains mainly: blue. Hex color #081995 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081995 is #F7E66A. Grayscale: #212121. Windows color (decimal): -16246379 or 9771272. OLE color: 9771272.

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

Color convert

RGB 8 25 149 -
CMYK 0.95 0.83 0 0.42
HSL 232.77º 0.9% 0.31% -
HSV(B) 232.77º 0.95% 0.58% -
XYZ 5.87 2.92 28.69 -
YUV 34.05 192.87 109.42 -
System Red Green Blue C M Y K H S L
Decimal 8 25 149 0.95 0.83 0 0.42 232.77 0.9 0.31
Hex 8 19 95 5F 53 0 2A E9 5A 1F
Octal 10 31 225 137 123 0 52 351 132 37
Binary 1000 11001 10010101 1011111 1010011 0 101010 11101001 1011010 11111

Color Harmonies of #081995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081995

Black with #081995

Text Example


Text Example

White with #081995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081995; }

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

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

background-color css

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

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

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

border-color css

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

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

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