Html Css Color HEX #081F4F Sapphire

📋 copy color: '#081F4F'

red 8 ◦ green 31 ◦ blue 79

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

Shades of Sapphire #081F4F

Tints of Sapphire #081F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 66.95%

R = 6.78%
G = 26.27%
B = 66.95%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#081F4F (or 0x081F4F) is known color: Sapphire. HEX triplet: 08, 1F and 4F. RGB value is (8,31,79). Sum of RGB (Red+Green+Blue) = 8+31+79=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 79 (31.25% from 255 or 66.95% from 118); Max value from RGB is 79 - color contains mainly: blue. Hex color #081F4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081F4F is #F7E0B0. Grayscale: #1D1D1D. Windows color (decimal): -16244913 or 5185288. OLE color: 5185288.

HSL color Cylindrical-coordinate representation of color #081F4F: hue angle of 220.56º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081F4F is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 31 79 -
CMYK 0.90 0.61 0 0.69
HSL 220.56º 0.82% 0.17% -
HSV(B) 220.56º 0.9% 0.31% -
XYZ 2 1.6 7.6 -
YUV 29.6 155.88 112.6 -
System Red Green Blue C M Y K H S L
Decimal 8 31 79 0.90 0.61 0 0.69 220.56 0.82 0.17
Hex 8 1F 4F 5A 3D 0 45 DD 52 11
Octal 10 37 117 132 75 0 105 335 122 21
Binary 1000 11111 1001111 1011010 111101 0 1000101 11011101 1010010 10001

Color Harmonies of #081F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081F4F

Black with #081F4F

Text Example


Text Example

White with #081F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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