Html Css Color HEX #081456 Sapphire

📋 copy color: '#081456'

red 8 ◦ green 20 ◦ blue 86

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

Shades of Sapphire #081456

Tints of Sapphire #081456

RGB

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

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

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

R = 7.02%
G = 17.54%
B = 75.44%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#081456 (or 0x081456) is known color: Sapphire. HEX triplet: 08, 14 and 56. RGB value is (8,20,86). Sum of RGB (Red+Green+Blue) = 8+20+86=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 86 (33.98% from 255 or 75.44% from 114); Max value from RGB is 86 - color contains mainly: blue. Hex color #081456 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081456 is #F7EBA9. Grayscale: #171717. Windows color (decimal): -16247722 or 5641224. OLE color: 5641224.

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

Color convert

RGB 8 20 86 -
CMYK 0.91 0.77 0 0.66
HSL 230.77º 0.83% 0.18% -
HSV(B) 230.77º 0.91% 0.34% -
XYZ 2.03 1.22 8.93 -
YUV 23.94 163.02 116.63 -
System Red Green Blue C M Y K H S L
Decimal 8 20 86 0.91 0.77 0 0.66 230.77 0.83 0.18
Hex 8 14 56 5B 4D 0 42 E7 53 12
Octal 10 24 126 133 115 0 102 347 123 22
Binary 1000 10100 1010110 1011011 1001101 0 1000010 11100111 1010011 10010

Color Harmonies of #081456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081456

Black with #081456

Text Example


Text Example

White with #081456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081456; }

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

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

background-color css

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

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

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

border-color css

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

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

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