Html Css Color HEX #081F60 Sapphire

📋 copy color: '#081F60'

red 8 ◦ green 31 ◦ blue 96

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

Shades of Sapphire #081F60

Tints of Sapphire #081F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 71.11%

R = 5.93%
G = 22.96%
B = 71.11%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#081F60 (or 0x081F60) is known color: Sapphire. HEX triplet: 08, 1F and 60. RGB value is (8,31,96). Sum of RGB (Red+Green+Blue) = 8+31+96=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 96 (37.89% from 255 or 71.11% from 135); Max value from RGB is 96 - color contains mainly: blue. Hex color #081F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081F60 is #F7E09F. Grayscale: #1F1F1F. Windows color (decimal): -16244896 or 6299400. OLE color: 6299400.

HSL color Cylindrical-coordinate representation of color #081F60: hue angle of 224.32º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081F60 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 31 96 -
CMYK 0.92 0.68 0 0.62
HSL 224.32º 0.85% 0.2% -
HSV(B) 224.32º 0.92% 0.38% -
XYZ 2.7 1.88 11.29 -
YUV 31.53 164.38 111.21 -
System Red Green Blue C M Y K H S L
Decimal 8 31 96 0.92 0.68 0 0.62 224.32 0.85 0.2
Hex 8 1F 60 5C 44 0 3E E0 55 14
Octal 10 37 140 134 104 0 76 340 125 24
Binary 1000 11111 1100000 1011100 1000100 0 111110 11100000 1010101 10100

Color Harmonies of #081F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081F60

Black with #081F60

Text Example


Text Example

White with #081F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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