Html Css Color HEX #081A59 Sapphire

📋 copy color: '#081A59'

red 8 ◦ green 26 ◦ blue 89

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

Shades of Sapphire #081A59

Tints of Sapphire #081A59

RGB

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

 GREEN value IS 26 (10.55% from 255) = 21.14%

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

R = 6.5%
G = 21.14%
B = 72.36%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#081A59 (or 0x081A59) is known color: Sapphire. HEX triplet: 08, 1A and 59. RGB value is (8,26,89). Sum of RGB (Red+Green+Blue) = 8+26+89=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 89 (35.16% from 255 or 72.36% from 123); Max value from RGB is 89 - color contains mainly: blue. Hex color #081A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081A59 is #F7E5A6. Grayscale: #1B1B1B. Windows color (decimal): -16246183 or 5839368. OLE color: 5839368.

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

Color convert

RGB 8 26 89 -
CMYK 0.91 0.71 0 0.65
HSL 226.67º 0.84% 0.19% -
HSV(B) 226.67º 0.91% 0.35% -
XYZ 2.27 1.51 9.62 -
YUV 27.8 162.54 113.88 -
System Red Green Blue C M Y K H S L
Decimal 8 26 89 0.91 0.71 0 0.65 226.67 0.84 0.19
Hex 8 1A 59 5B 47 0 41 E3 54 13
Octal 10 32 131 133 107 0 101 343 124 23
Binary 1000 11010 1011001 1011011 1000111 0 1000001 11100011 1010100 10011

Color Harmonies of #081A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081A59

Black with #081A59

Text Example


Text Example

White with #081A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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