Html Css Color HEX #082476 Sapphire

📋 copy color: '#082476'

red 8 ◦ green 36 ◦ blue 118

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

Shades of Sapphire #082476

Tints of Sapphire #082476

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.22%

 BLUE value IS 118 (46.48% from 255) = 72.84%

R = 4.94%
G = 22.22%
B = 72.84%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#082476 (or 0x082476) is known color: Sapphire. HEX triplet: 08, 24 and 76. RGB value is (8,36,118). Sum of RGB (Red+Green+Blue) = 8+36+118=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 118 (46.48% from 255 or 72.84% from 162); Max value from RGB is 118 - color contains mainly: blue. Hex color #082476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082476 is #F7DB89. Grayscale: #242424. Windows color (decimal): -16243594 or 7742472. OLE color: 7742472.

HSL color Cylindrical-coordinate representation of color #082476: hue angle of 224.73º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082476 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 36 118 -
CMYK 0.93 0.69 0 0.54
HSL 224.73º 0.87% 0.25% -
HSV(B) 224.73º 0.93% 0.46% -
XYZ 4 2.62 17.43 -
YUV 36.98 173.72 107.33 -
System Red Green Blue C M Y K H S L
Decimal 8 36 118 0.93 0.69 0 0.54 224.73 0.87 0.25
Hex 8 24 76 5D 45 0 36 E1 57 19
Octal 10 44 166 135 105 0 66 341 127 31
Binary 1000 100100 1110110 1011101 1000101 0 110110 11100001 1010111 11001

Color Harmonies of #082476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082476

Black with #082476

Text Example


Text Example

White with #082476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082476; }

 p { color: rgb(8,36,118); }

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

background-color css

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

 a { background-color: rgb(8,36,118); }

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

border-color css

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

 span { border-color: rgb(8,36,118); }

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