Html Css Color HEX #081654 Sapphire

📋 copy color: '#081654'

red 8 ◦ green 22 ◦ blue 84

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

Shades of Sapphire #081654

Tints of Sapphire #081654

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.3%

 BLUE value IS 84 (33.2% from 255) = 73.68%

R = 7.02%
G = 19.3%
B = 73.68%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#081654 (or 0x081654) is known color: Sapphire. HEX triplet: 08, 16 and 54. RGB value is (8,22,84). Sum of RGB (Red+Green+Blue) = 8+22+84=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 84 (33.20% from 255 or 73.68% from 114); Max value from RGB is 84 - color contains mainly: blue. Hex color #081654 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081654 is #F7E9AB. Grayscale: #181818. Windows color (decimal): -16247212 or 5510664. OLE color: 5510664.

HSL color Cylindrical-coordinate representation of color #081654: hue angle of 228.95º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081654 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 22 84 -
CMYK 0.90 0.74 0 0.67
HSL 228.95º 0.83% 0.18% -
HSV(B) 228.95º 0.9% 0.33% -
XYZ 1.99 1.27 8.53 -
YUV 24.88 161.36 115.96 -
System Red Green Blue C M Y K H S L
Decimal 8 22 84 0.90 0.74 0 0.67 228.95 0.83 0.18
Hex 8 16 54 5A 4A 0 43 E5 53 12
Octal 10 26 124 132 112 0 103 345 123 22
Binary 1000 10110 1010100 1011010 1001010 0 1000011 11100101 1010011 10010

Color Harmonies of #081654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081654

Black with #081654

Text Example


Text Example

White with #081654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081654; }

 p { color: rgb(8,22,84); }

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

background-color css

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

 a { background-color: rgb(8,22,84); }

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

border-color css

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

 span { border-color: rgb(8,22,84); }

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