Html Css Color HEX #081987 Ultramarine

📋 copy color: '#081987'

red 8 ◦ green 25 ◦ blue 135

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

Shades of Ultramarine #081987

Tints of Ultramarine #081987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 80.36%

R = 4.76%
G = 14.88%
B = 80.36%

CMYK

 C value IS 0.94

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#081987 (or 0x081987) is known color: Ultramarine. HEX triplet: 08, 19 and 87. RGB value is (8,25,135). Sum of RGB (Red+Green+Blue) = 8+25+135=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 135 (53.12% from 255 or 80.36% from 168); Max value from RGB is 135 - color contains mainly: blue. Hex color #081987 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081987 is #F7E678. Grayscale: #202020. Windows color (decimal): -16246393 or 8853768. OLE color: 8853768.

HSL color Cylindrical-coordinate representation of color #081987: hue angle of 231.97º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081987 is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 25 135 -
CMYK 0.94 0.81 0 0.47
HSL 231.97º 0.89% 0.28% -
HSV(B) 231.97º 0.94% 0.53% -
XYZ 4.82 2.5 23.15 -
YUV 32.46 185.87 110.56 -
System Red Green Blue C M Y K H S L
Decimal 8 25 135 0.94 0.81 0 0.47 231.97 0.89 0.28
Hex 8 19 87 5E 51 0 2F E8 59 1C
Octal 10 31 207 136 121 0 57 350 131 34
Binary 1000 11001 10000111 1011110 1010001 0 101111 11101000 1011001 11100

Color Harmonies of #081987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081987

Black with #081987

Text Example


Text Example

White with #081987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081987; }

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

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

background-color css

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

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

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

border-color css

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

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

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