Html Css Color HEX #082177 Sapphire

📋 copy color: '#082177'

red 8 ◦ green 33 ◦ blue 119

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

Shades of Sapphire #082177

Tints of Sapphire #082177

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.63%

 BLUE value IS 119 (46.88% from 255) = 74.38%

R = 5%
G = 20.63%
B = 74.38%

CMYK

 C value IS 0.93

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#082177 (or 0x082177) is known color: Sapphire. HEX triplet: 08, 21 and 77. RGB value is (8,33,119). Sum of RGB (Red+Green+Blue) = 8+33+119=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 119 (46.88% from 255 or 74.38% from 160); Max value from RGB is 119 - color contains mainly: blue. Hex color #082177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082177 is #F7DE88. Grayscale: #222222. Windows color (decimal): -16244361 or 7807240. OLE color: 7807240.

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

Color convert

RGB 8 33 119 -
CMYK 0.93 0.72 0 0.53
HSL 226.49º 0.87% 0.25% -
HSV(B) 226.49º 0.93% 0.47% -
XYZ 3.97 2.47 17.72 -
YUV 35.33 175.22 108.51 -
System Red Green Blue C M Y K H S L
Decimal 8 33 119 0.93 0.72 0 0.53 226.49 0.87 0.25
Hex 8 21 77 5D 48 0 35 E2 57 19
Octal 10 41 167 135 110 0 65 342 127 31
Binary 1000 100001 1110111 1011101 1001000 0 110101 11100010 1010111 11001

Color Harmonies of #082177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082177

Black with #082177

Text Example


Text Example

White with #082177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082177; }

 p { color: rgb(8,33,119); }

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

background-color css

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

 a { background-color: rgb(8,33,119); }

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

border-color css

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

 span { border-color: rgb(8,33,119); }

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