Html Css Color HEX #082776 Sapphire

📋 copy color: '#082776'

red 8 ◦ green 39 ◦ blue 118

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

Shades of Sapphire #082776

Tints of Sapphire #082776

RGB

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

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

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

R = 4.85%
G = 23.64%
B = 71.52%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#082776 (or 0x082776) is known color: Sapphire. HEX triplet: 08, 27 and 76. RGB value is (8,39,118). Sum of RGB (Red+Green+Blue) = 8+39+118=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 118 (46.48% from 255 or 71.52% from 165); Max value from RGB is 118 - color contains mainly: blue. Hex color #082776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082776 is #F7D889. Grayscale: #262626. Windows color (decimal): -16242826 or 7743240. OLE color: 7743240.

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

Color convert

RGB 8 39 118 -
CMYK 0.93 0.67 0 0.54
HSL 223.09º 0.87% 0.25% -
HSV(B) 223.09º 0.93% 0.46% -
XYZ 4.1 2.81 17.47 -
YUV 38.74 172.73 106.08 -
System Red Green Blue C M Y K H S L
Decimal 8 39 118 0.93 0.67 0 0.54 223.09 0.87 0.25
Hex 8 27 76 5D 43 0 36 DF 57 19
Octal 10 47 166 135 103 0 66 337 127 31
Binary 1000 100111 1110110 1011101 1000011 0 110110 11011111 1010111 11001

Color Harmonies of #082776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082776

Black with #082776

Text Example


Text Example

White with #082776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082776; }

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

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

background-color css

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

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

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

border-color css

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

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

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