Html Css Color HEX #081559 Sapphire

📋 copy color: '#081559'

red 8 ◦ green 21 ◦ blue 89

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

Shades of Sapphire #081559

Tints of Sapphire #081559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 75.42%

R = 6.78%
G = 17.8%
B = 75.42%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#081559 (or 0x081559) is known color: Sapphire. HEX triplet: 08, 15 and 59. RGB value is (8,21,89). Sum of RGB (Red+Green+Blue) = 8+21+89=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 89 (35.16% from 255 or 75.42% from 118); Max value from RGB is 89 - color contains mainly: blue. Hex color #081559 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081559 is #F7EAA6. Grayscale: #181818. Windows color (decimal): -16247463 or 5838088. OLE color: 5838088.

HSL color Cylindrical-coordinate representation of color #081559: hue angle of 230.37º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081559 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 21 89 -
CMYK 0.91 0.76 0 0.65
HSL 230.37º 0.84% 0.19% -
HSV(B) 230.37º 0.91% 0.35% -
XYZ 2.17 1.31 9.59 -
YUV 24.87 164.19 115.97 -
System Red Green Blue C M Y K H S L
Decimal 8 21 89 0.91 0.76 0 0.65 230.37 0.84 0.19
Hex 8 15 59 5B 4C 0 41 E6 54 13
Octal 10 25 131 133 114 0 101 346 124 23
Binary 1000 10101 1011001 1011011 1001100 0 1000001 11100110 1010100 10011

Color Harmonies of #081559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081559

Black with #081559

Text Example


Text Example

White with #081559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081559; }

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

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

background-color css

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

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

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

border-color css

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

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

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