Html Css Color HEX #081F4D Sapphire

📋 copy color: '#081F4D'

red 8 ◦ green 31 ◦ blue 77

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

Shades of Sapphire #081F4D

Tints of Sapphire #081F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 66.38%

R = 6.9%
G = 26.72%
B = 66.38%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#081F4D (or 0x081F4D) is known color: Sapphire. HEX triplet: 08, 1F and 4D. RGB value is (8,31,77). Sum of RGB (Red+Green+Blue) = 8+31+77=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 77 (30.47% from 255 or 66.38% from 116); Max value from RGB is 77 - color contains mainly: blue. Hex color #081F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081F4D is #F7E0B2. Grayscale: #1D1D1D. Windows color (decimal): -16244915 or 5054216. OLE color: 5054216.

HSL color Cylindrical-coordinate representation of color #081F4D: hue angle of 220º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081F4D is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 31 77 -
CMYK 0.90 0.60 0 0.70
HSL 220º 0.81% 0.17% -
HSV(B) 220º 0.9% 0.3% -
XYZ 1.93 1.57 7.22 -
YUV 29.37 154.88 112.76 -
System Red Green Blue C M Y K H S L
Decimal 8 31 77 0.90 0.60 0 0.70 220 0.81 0.17
Hex 8 1F 4D 5A 3C 0 46 DC 51 11
Octal 10 37 115 132 74 0 106 334 121 21
Binary 1000 11111 1001101 1011010 111100 0 1000110 11011100 1010001 10001

Color Harmonies of #081F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081F4D

Black with #081F4D

Text Example


Text Example

White with #081F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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