Html Css Color HEX #081556 Sapphire

📋 copy color: '#081556'

red 8 ◦ green 21 ◦ blue 86

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

Shades of Sapphire #081556

Tints of Sapphire #081556

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.26%

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

R = 6.96%
G = 18.26%
B = 74.78%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#081556 (or 0x081556) is known color: Sapphire. HEX triplet: 08, 15 and 56. RGB value is (8,21,86). Sum of RGB (Red+Green+Blue) = 8+21+86=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 86 (33.98% from 255 or 74.78% from 115); Max value from RGB is 86 - color contains mainly: blue. Hex color #081556 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081556 is #F7EAA9. Grayscale: #181818. Windows color (decimal): -16247466 or 5641480. OLE color: 5641480.

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

Color convert

RGB 8 21 86 -
CMYK 0.91 0.76 0 0.66
HSL 230º 0.83% 0.18% -
HSV(B) 230º 0.91% 0.34% -
XYZ 2.05 1.26 8.94 -
YUV 24.52 162.69 116.21 -
System Red Green Blue C M Y K H S L
Decimal 8 21 86 0.91 0.76 0 0.66 230 0.83 0.18
Hex 8 15 56 5B 4C 0 42 E6 53 12
Octal 10 25 126 133 114 0 102 346 123 22
Binary 1000 10101 1010110 1011011 1001100 0 1000010 11100110 1010011 10010

Color Harmonies of #081556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081556

Black with #081556

Text Example


Text Example

White with #081556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081556; }

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

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

background-color css

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

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

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

border-color css

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

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

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