Html Css Color HEX #081A49 Sapphire

📋 copy color: '#081A49'

red 8 ◦ green 26 ◦ blue 73

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

Shades of Sapphire #081A49

Tints of Sapphire #081A49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 68.22%

R = 7.48%
G = 24.3%
B = 68.22%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#081A49 (or 0x081A49) is known color: Sapphire. HEX triplet: 08, 1A and 49. RGB value is (8,26,73). Sum of RGB (Red+Green+Blue) = 8+26+73=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 26 (10.55% from 255 or 24.30% from 107); Blue value is 73 (28.91% from 255 or 68.22% from 107); Max value from RGB is 73 - color contains mainly: blue. Hex color #081A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081A49 is #F7E5B6. Grayscale: #191919. Windows color (decimal): -16246199 or 4790792. OLE color: 4790792.

HSL color Cylindrical-coordinate representation of color #081A49: hue angle of 223.38º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #081A49 is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 26 73 -
CMYK 0.89 0.64 0 0.71
HSL 223.38º 0.8% 0.16% -
HSV(B) 223.38º 0.89% 0.29% -
XYZ 1.67 1.27 6.46 -
YUV 25.98 154.54 115.18 -
System Red Green Blue C M Y K H S L
Decimal 8 26 73 0.89 0.64 0 0.71 223.38 0.8 0.16
Hex 8 1A 49 59 40 0 47 DF 50 10
Octal 10 32 111 131 100 0 107 337 120 20
Binary 1000 11010 1001001 1011001 1000000 0 1000111 11011111 1010000 10000

Color Harmonies of #081A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081A49

Black with #081A49

Text Example


Text Example

White with #081A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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