Html Css Color HEX #081450 Sapphire

📋 copy color: '#081450'

red 8 ◦ green 20 ◦ blue 80

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

Shades of Sapphire #081450

Tints of Sapphire #081450

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.52%

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

R = 7.41%
G = 18.52%
B = 74.07%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#081450 (or 0x081450) is known color: Sapphire. HEX triplet: 08, 14 and 50. RGB value is (8,20,80). Sum of RGB (Red+Green+Blue) = 8+20+80=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 80 (31.64% from 255 or 74.07% from 108); Max value from RGB is 80 - color contains mainly: blue. Hex color #081450 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081450 is #F7EBAF. Grayscale: #171717. Windows color (decimal): -16247728 or 5248008. OLE color: 5248008.

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

Color convert

RGB 8 20 80 -
CMYK 0.90 0.75 0 0.69
HSL 230º 0.82% 0.17% -
HSV(B) 230º 0.9% 0.31% -
XYZ 1.8 1.13 7.71 -
YUV 23.25 160.02 117.12 -
System Red Green Blue C M Y K H S L
Decimal 8 20 80 0.90 0.75 0 0.69 230 0.82 0.17
Hex 8 14 50 5A 4B 0 45 E6 52 11
Octal 10 24 120 132 113 0 105 346 122 21
Binary 1000 10100 1010000 1011010 1001011 0 1000101 11100110 1010010 10001

Color Harmonies of #081450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081450

Black with #081450

Text Example


Text Example

White with #081450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081450; }

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

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

background-color css

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

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

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

border-color css

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

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

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