Html Css Color HEX #081C50 Sapphire

📋 copy color: '#081C50'

red 8 ◦ green 28 ◦ blue 80

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

Shades of Sapphire #081C50

Tints of Sapphire #081C50

RGB

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

 GREEN value IS 28 (11.33% from 255) = 24.14%

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

R = 6.9%
G = 24.14%
B = 68.97%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#081C50 (or 0x081C50) is known color: Sapphire. HEX triplet: 08, 1C and 50. RGB value is (8,28,80). Sum of RGB (Red+Green+Blue) = 8+28+80=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 28 (11.33% from 255 or 24.14% from 116); Blue value is 80 (31.64% from 255 or 68.97% from 116); Max value from RGB is 80 - color contains mainly: blue. Hex color #081C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081C50 is #F7E3AF. Grayscale: #1B1B1B. Windows color (decimal): -16245680 or 5250056. OLE color: 5250056.

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

Color convert

RGB 8 28 80 -
CMYK 0.90 0.65 0 0.69
HSL 223.33º 0.82% 0.17% -
HSV(B) 223.33º 0.9% 0.31% -
XYZ 1.96 1.46 7.77 -
YUV 27.95 157.37 113.77 -
System Red Green Blue C M Y K H S L
Decimal 8 28 80 0.90 0.65 0 0.69 223.33 0.82 0.17
Hex 8 1C 50 5A 41 0 45 DF 52 11
Octal 10 34 120 132 101 0 105 337 122 21
Binary 1000 11100 1010000 1011010 1000001 0 1000101 11011111 1010010 10001

Color Harmonies of #081C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081C50

Black with #081C50

Text Example


Text Example

White with #081C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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