Html Css Color HEX #081E48 Sapphire

📋 copy color: '#081E48'

red 8 ◦ green 30 ◦ blue 72

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

Shades of Sapphire #081E48

Tints of Sapphire #081E48

RGB

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

 GREEN value IS 30 (12.11% from 255) = 27.27%

 BLUE value IS 72 (28.52% from 255) = 65.45%

R = 7.27%
G = 27.27%
B = 65.45%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#081E48 (or 0x081E48) is known color: Sapphire. HEX triplet: 08, 1E and 48. RGB value is (8,30,72). Sum of RGB (Red+Green+Blue) = 8+30+72=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 72 (28.52% from 255 or 65.45% from 110); Max value from RGB is 72 - color contains mainly: blue. Hex color #081E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081E48 is #F7E1B7. Grayscale: #1C1C1C. Windows color (decimal): -16245176 or 4726280. OLE color: 4726280.

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

Color convert

RGB 8 30 72 -
CMYK 0.89 0.58 0 0.72
HSL 219.38º 0.8% 0.16% -
HSV(B) 219.38º 0.89% 0.28% -
XYZ 1.73 1.45 6.32 -
YUV 28.21 152.71 113.58 -
System Red Green Blue C M Y K H S L
Decimal 8 30 72 0.89 0.58 0 0.72 219.38 0.8 0.16
Hex 8 1E 48 59 3A 0 48 DB 50 10
Octal 10 36 110 131 72 0 110 333 120 20
Binary 1000 11110 1001000 1011001 111010 0 1001000 11011011 1010000 10000

Color Harmonies of #081E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081E48

Black with #081E48

Text Example


Text Example

White with #081E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,30,72); }

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

background-color css

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

 a { background-color: rgb(8,30,72); }

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

border-color css

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

 span { border-color: rgb(8,30,72); }

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