Html Css Color HEX #081659 Sapphire

📋 copy color: '#081659'

red 8 ◦ green 22 ◦ blue 89

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

Shades of Sapphire #081659

Tints of Sapphire #081659

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.49%

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

R = 6.72%
G = 18.49%
B = 74.79%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#081659 (or 0x081659) is known color: Sapphire. HEX triplet: 08, 16 and 59. RGB value is (8,22,89). Sum of RGB (Red+Green+Blue) = 8+22+89=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 89 (35.16% from 255 or 74.79% from 119); Max value from RGB is 89 - color contains mainly: blue. Hex color #081659 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081659 is #F7E9A6. Grayscale: #191919. Windows color (decimal): -16247207 or 5838344. OLE color: 5838344.

HSL color Cylindrical-coordinate representation of color #081659: hue angle of 229.63º 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 #081659 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 22 89 -
CMYK 0.91 0.75 0 0.65
HSL 229.63º 0.84% 0.19% -
HSV(B) 229.63º 0.91% 0.35% -
XYZ 2.19 1.35 9.6 -
YUV 25.45 163.86 115.55 -
System Red Green Blue C M Y K H S L
Decimal 8 22 89 0.91 0.75 0 0.65 229.63 0.84 0.19
Hex 8 16 59 5B 4B 0 41 E6 54 13
Octal 10 26 131 133 113 0 101 346 124 23
Binary 1000 10110 1011001 1011011 1001011 0 1000001 11100110 1010100 10011

Color Harmonies of #081659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081659

Black with #081659

Text Example


Text Example

White with #081659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081659; }

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

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

background-color css

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

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

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

border-color css

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

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

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