Html Css Color HEX #081585 Ultramarine

📋 copy color: '#081585'

red 8 ◦ green 21 ◦ blue 133

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

Shades of Ultramarine #081585

Tints of Ultramarine #081585

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.96%

 BLUE value IS 133 (52.34% from 255) = 82.1%

R = 4.94%
G = 12.96%
B = 82.1%

CMYK

 C value IS 0.94

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#081585 (or 0x081585) is known color: Ultramarine. HEX triplet: 08, 15 and 85. RGB value is (8,21,133). Sum of RGB (Red+Green+Blue) = 8+21+133=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 133 (52.34% from 255 or 82.10% from 162); Max value from RGB is 133 - color contains mainly: blue. Hex color #081585 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081585 is #F7EA7A. Grayscale: #1D1D1D. Windows color (decimal): -16247419 or 8721672. OLE color: 8721672.

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

Color convert

RGB 8 21 133 -
CMYK 0.94 0.84 0 0.48
HSL 233.76º 0.89% 0.28% -
HSV(B) 233.76º 0.94% 0.52% -
XYZ 4.6 2.28 22.39 -
YUV 29.88 186.19 112.39 -
System Red Green Blue C M Y K H S L
Decimal 8 21 133 0.94 0.84 0 0.48 233.76 0.89 0.28
Hex 8 15 85 5E 54 0 30 EA 59 1C
Octal 10 25 205 136 124 0 60 352 131 34
Binary 1000 10101 10000101 1011110 1010100 0 110000 11101010 1011001 11100

Color Harmonies of #081585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081585

Black with #081585

Text Example


Text Example

White with #081585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081585; }

 p { color: rgb(8,21,133); }

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

background-color css

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

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

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

border-color css

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

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

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