Html Css Color HEX #081354 Sapphire

📋 copy color: '#081354'

red 8 ◦ green 19 ◦ blue 84

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

Shades of Sapphire #081354

Tints of Sapphire #081354

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.12%

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

R = 7.21%
G = 17.12%
B = 75.68%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#081354 (or 0x081354) is known color: Sapphire. HEX triplet: 08, 13 and 54. RGB value is (8,19,84). Sum of RGB (Red+Green+Blue) = 8+19+84=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 84 (33.20% from 255 or 75.68% from 111); Max value from RGB is 84 - color contains mainly: blue. Hex color #081354 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081354 is #F7ECAB. Grayscale: #161616. Windows color (decimal): -16247980 or 5509896. OLE color: 5509896.

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

Color convert

RGB 8 19 84 -
CMYK 0.90 0.77 0 0.67
HSL 231.32º 0.83% 0.18% -
HSV(B) 231.32º 0.9% 0.33% -
XYZ 1.93 1.16 8.51 -
YUV 23.12 162.36 117.21 -
System Red Green Blue C M Y K H S L
Decimal 8 19 84 0.90 0.77 0 0.67 231.32 0.83 0.18
Hex 8 13 54 5A 4D 0 43 E7 53 12
Octal 10 23 124 132 115 0 103 347 123 22
Binary 1000 10011 1010100 1011010 1001101 0 1000011 11100111 1010011 10010

Color Harmonies of #081354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081354

Black with #081354

Text Example


Text Example

White with #081354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081354; }

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

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

background-color css

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

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

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

border-color css

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

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

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