Html Css Color HEX #082754 Sapphire

📋 copy color: '#082754'

red 8 ◦ green 39 ◦ blue 84

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

Shades of Sapphire #082754

Tints of Sapphire #082754

RGB

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

 GREEN value IS 39 (15.63% from 255) = 29.77%

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

R = 6.11%
G = 29.77%
B = 64.12%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#082754 (or 0x082754) is known color: Sapphire. HEX triplet: 08, 27 and 54. RGB value is (8,39,84). Sum of RGB (Red+Green+Blue) = 8+39+84=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 84 (33.20% from 255 or 64.12% from 131); Max value from RGB is 84 - color contains mainly: blue. Hex color #082754 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082754 is #F7D8AB. Grayscale: #222222. Windows color (decimal): -16242860 or 5515016. OLE color: 5515016.

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

Color convert

RGB 8 39 84 -
CMYK 0.90 0.54 0 0.67
HSL 215.53º 0.83% 0.18% -
HSV(B) 215.53º 0.9% 0.33% -
XYZ 2.43 2.14 8.67 -
YUV 34.86 155.73 108.84 -
System Red Green Blue C M Y K H S L
Decimal 8 39 84 0.90 0.54 0 0.67 215.53 0.83 0.18
Hex 8 27 54 5A 36 0 43 D8 53 12
Octal 10 47 124 132 66 0 103 330 123 22
Binary 1000 100111 1010100 1011010 110110 0 1000011 11011000 1010011 10010

Color Harmonies of #082754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082754

Black with #082754

Text Example


Text Example

White with #082754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082754; }

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

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

background-color css

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

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

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

border-color css

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

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

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