Html Css Color HEX #081E56 Sapphire

📋 copy color: '#081E56'

red 8 ◦ green 30 ◦ blue 86

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

Shades of Sapphire #081E56

Tints of Sapphire #081E56

RGB

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

 GREEN value IS 30 (12.11% from 255) = 24.19%

 BLUE value IS 86 (33.98% from 255) = 69.35%

R = 6.45%
G = 24.19%
B = 69.35%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#081E56 (or 0x081E56) is known color: Sapphire. HEX triplet: 08, 1E and 56. RGB value is (8,30,86). Sum of RGB (Red+Green+Blue) = 8+30+86=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 86 (33.98% from 255 or 69.35% from 124); Max value from RGB is 86 - color contains mainly: blue. Hex color #081E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081E56 is #F7E1A9. Grayscale: #1D1D1D. Windows color (decimal): -16245162 or 5643784. OLE color: 5643784.

HSL color Cylindrical-coordinate representation of color #081E56: hue angle of 223.08º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081E56 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 8 30 86 -
CMYK 0.91 0.65 0 0.66
HSL 223.08º 0.83% 0.18% -
HSV(B) 223.08º 0.91% 0.34% -
XYZ 2.24 1.65 9 -
YUV 29.81 159.71 112.45 -
System Red Green Blue C M Y K H S L
Decimal 8 30 86 0.91 0.65 0 0.66 223.08 0.83 0.18
Hex 8 1E 56 5B 41 0 42 DF 53 12
Octal 10 36 126 133 101 0 102 337 123 22
Binary 1000 11110 1010110 1011011 1000001 0 1000010 11011111 1010011 10010

Color Harmonies of #081E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081E56

Black with #081E56

Text Example


Text Example

White with #081E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,30,86); }

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

background-color css

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

 a { background-color: rgb(8,30,86); }

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

border-color css

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

 span { border-color: rgb(8,30,86); }

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