Html Css Color HEX #081F70 Sapphire

📋 copy color: '#081F70'

red 8 ◦ green 31 ◦ blue 112

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

Shades of Sapphire #081F70

Tints of Sapphire #081F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 74.17%

R = 5.3%
G = 20.53%
B = 74.17%

CMYK

 C value IS 0.93

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#081F70 (or 0x081F70) is known color: Sapphire. HEX triplet: 08, 1F and 70. RGB value is (8,31,112). Sum of RGB (Red+Green+Blue) = 8+31+112=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 112 (44.14% from 255 or 74.17% from 151); Max value from RGB is 112 - color contains mainly: blue. Hex color #081F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081F70 is #F7E08F. Grayscale: #212121. Windows color (decimal): -16244880 or 7347976. OLE color: 7347976.

HSL color Cylindrical-coordinate representation of color #081F70: hue angle of 226.73º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081F70 is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 31 112 -
CMYK 0.93 0.72 0 0.56
HSL 226.73º 0.87% 0.24% -
HSV(B) 226.73º 0.93% 0.44% -
XYZ 3.51 2.2 15.57 -
YUV 33.36 172.38 109.91 -
System Red Green Blue C M Y K H S L
Decimal 8 31 112 0.93 0.72 0 0.56 226.73 0.87 0.24
Hex 8 1F 70 5D 48 0 38 E3 57 18
Octal 10 37 160 135 110 0 70 343 127 30
Binary 1000 11111 1110000 1011101 1001000 0 111000 11100011 1010111 11000

Color Harmonies of #081F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081F70

Black with #081F70

Text Example


Text Example

White with #081F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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