Html Css Color HEX #081059 Sapphire

📋 copy color: '#081059'

red 8 ◦ green 16 ◦ blue 89

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

Shades of Sapphire #081059

Tints of Sapphire #081059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.16%

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

R = 7.08%
G = 14.16%
B = 78.76%

CMYK

 C value IS 0.91

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#081059 (or 0x081059) is known color: Sapphire. HEX triplet: 08, 10 and 59. RGB value is (8,16,89). Sum of RGB (Red+Green+Blue) = 8+16+89=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 16 (6.64% from 255 or 14.16% from 113); Blue value is 89 (35.16% from 255 or 78.76% from 113); Max value from RGB is 89 - color contains mainly: blue. Hex color #081059 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081059 is #F7EFA6. Grayscale: #151515. Windows color (decimal): -16248743 or 5836808. OLE color: 5836808.

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

Color convert

RGB 8 16 89 -
CMYK 0.91 0.82 0 0.65
HSL 234.07º 0.84% 0.19% -
HSV(B) 234.07º 0.91% 0.35% -
XYZ 2.09 1.14 9.56 -
YUV 21.93 165.85 118.06 -
System Red Green Blue C M Y K H S L
Decimal 8 16 89 0.91 0.82 0 0.65 234.07 0.84 0.19
Hex 8 10 59 5B 52 0 41 EA 54 13
Octal 10 20 131 133 122 0 101 352 124 23
Binary 1000 10000 1011001 1011011 1010010 0 1000001 11101010 1010100 10011

Color Harmonies of #081059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081059

Black with #081059

Text Example


Text Example

White with #081059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081059; }

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

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

background-color css

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

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

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

border-color css

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

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

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