Html Css Color HEX #081560 Sapphire

📋 copy color: '#081560'

red 8 ◦ green 21 ◦ blue 96

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

Shades of Sapphire #081560

Tints of Sapphire #081560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 76.8%

R = 6.4%
G = 16.8%
B = 76.8%

CMYK

 C value IS 0.92

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#081560 (or 0x081560) is known color: Sapphire. HEX triplet: 08, 15 and 60. RGB value is (8,21,96). Sum of RGB (Red+Green+Blue) = 8+21+96=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 96 (37.89% from 255 or 76.8% from 125); Max value from RGB is 96 - color contains mainly: blue. Hex color #081560 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081560 is #F7EA9F. Grayscale: #191919. Windows color (decimal): -16247456 or 6296840. OLE color: 6296840.

HSL color Cylindrical-coordinate representation of color #081560: hue angle of 231.14º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081560 is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 21 96 -
CMYK 0.92 0.78 0 0.62
HSL 231.14º 0.85% 0.2% -
HSV(B) 231.14º 0.92% 0.38% -
XYZ 2.48 1.43 11.21 -
YUV 25.66 167.69 115.4 -
System Red Green Blue C M Y K H S L
Decimal 8 21 96 0.92 0.78 0 0.62 231.14 0.85 0.2
Hex 8 15 60 5C 4E 0 3E E7 55 14
Octal 10 25 140 134 116 0 76 347 125 24
Binary 1000 10101 1100000 1011100 1001110 0 111110 11100111 1010101 10100

Color Harmonies of #081560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081560

Black with #081560

Text Example


Text Example

White with #081560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081560; }

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

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

background-color css

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

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

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

border-color css

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

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

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