Html Css Color HEX #081959 Sapphire

📋 copy color: '#081959'

red 8 ◦ green 25 ◦ blue 89

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

Shades of Sapphire #081959

Tints of Sapphire #081959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.49%

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

R = 6.56%
G = 20.49%
B = 72.95%

CMYK

 C value IS 0.91

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#081959 (or 0x081959) is known color: Sapphire. HEX triplet: 08, 19 and 59. RGB value is (8,25,89). Sum of RGB (Red+Green+Blue) = 8+25+89=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 89 (35.16% from 255 or 72.95% from 122); Max value from RGB is 89 - color contains mainly: blue. Hex color #081959 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081959 is #F7E6A6. Grayscale: #1A1A1A. Windows color (decimal): -16246439 or 5839112. OLE color: 5839112.

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

Color convert

RGB 8 25 89 -
CMYK 0.91 0.72 0 0.65
HSL 227.41º 0.84% 0.19% -
HSV(B) 227.41º 0.91% 0.35% -
XYZ 2.25 1.47 9.62 -
YUV 27.21 162.87 114.3 -
System Red Green Blue C M Y K H S L
Decimal 8 25 89 0.91 0.72 0 0.65 227.41 0.84 0.19
Hex 8 19 59 5B 48 0 41 E3 54 13
Octal 10 31 131 133 110 0 101 343 124 23
Binary 1000 11001 1011001 1011011 1001000 0 1000001 11100011 1010100 10011

Color Harmonies of #081959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081959

Black with #081959

Text Example


Text Example

White with #081959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081959; }

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

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

background-color css

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

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

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

border-color css

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

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

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