Html Css Color HEX #081F5D Sapphire

📋 copy color: '#081F5D'

red 8 ◦ green 31 ◦ blue 93

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

Shades of Sapphire #081F5D

Tints of Sapphire #081F5D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 23.48%

 BLUE value IS 93 (36.72% from 255) = 70.45%

R = 6.06%
G = 23.48%
B = 70.45%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#081F5D (or 0x081F5D) is known color: Sapphire. HEX triplet: 08, 1F and 5D. RGB value is (8,31,93). Sum of RGB (Red+Green+Blue) = 8+31+93=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 93 (36.72% from 255 or 70.45% from 132); Max value from RGB is 93 - color contains mainly: blue. Hex color #081F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081F5D is #F7E0A2. Grayscale: #1E1E1E. Windows color (decimal): -16244899 or 6102792. OLE color: 6102792.

HSL color Cylindrical-coordinate representation of color #081F5D: hue angle of 223.76º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081F5D is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 31 93 -
CMYK 0.91 0.67 0 0.64
HSL 223.76º 0.84% 0.2% -
HSV(B) 223.76º 0.91% 0.36% -
XYZ 2.57 1.82 10.57 -
YUV 31.19 162.88 111.46 -
System Red Green Blue C M Y K H S L
Decimal 8 31 93 0.91 0.67 0 0.64 223.76 0.84 0.2
Hex 8 1F 5D 5B 43 0 40 E0 54 14
Octal 10 37 135 133 103 0 100 340 124 24
Binary 1000 11111 1011101 1011011 1000011 0 1000000 11100000 1010100 10100

Color Harmonies of #081F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081F5D

Black with #081F5D

Text Example


Text Example

White with #081F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,31,93); }

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

background-color css

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

 a { background-color: rgb(8,31,93); }

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

border-color css

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

 span { border-color: rgb(8,31,93); }

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