Html Css Color HEX #081750 Sapphire

📋 copy color: '#081750'

red 8 ◦ green 23 ◦ blue 80

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

Shades of Sapphire #081750

Tints of Sapphire #081750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20.72%

 BLUE value IS 80 (31.64% from 255) = 72.07%

R = 7.21%
G = 20.72%
B = 72.07%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#081750 (or 0x081750) is known color: Sapphire. HEX triplet: 08, 17 and 50. RGB value is (8,23,80). Sum of RGB (Red+Green+Blue) = 8+23+80=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 23 (9.38% from 255 or 20.72% from 111); Blue value is 80 (31.64% from 255 or 72.07% from 111); Max value from RGB is 80 - color contains mainly: blue. Hex color #081750 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081750 is #F7E8AF. Grayscale: #181818. Windows color (decimal): -16246960 or 5248776. OLE color: 5248776.

HSL color Cylindrical-coordinate representation of color #081750: hue angle of 227.5º 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 #081750 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 23 80 -
CMYK 0.90 0.71 0 0.69
HSL 227.5º 0.82% 0.17% -
HSV(B) 227.5º 0.9% 0.31% -
XYZ 1.85 1.24 7.73 -
YUV 25.01 159.03 115.87 -
System Red Green Blue C M Y K H S L
Decimal 8 23 80 0.90 0.71 0 0.69 227.5 0.82 0.17
Hex 8 17 50 5A 47 0 45 E4 52 11
Octal 10 27 120 132 107 0 105 344 122 21
Binary 1000 10111 1010000 1011010 1000111 0 1000101 11100100 1010010 10001

Color Harmonies of #081750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081750

Black with #081750

Text Example


Text Example

White with #081750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081750; }

 p { color: rgb(8,23,80); }

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

background-color css

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

 a { background-color: rgb(8,23,80); }

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

border-color css

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

 span { border-color: rgb(8,23,80); }

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