Html Css Color HEX #082577 Sapphire

📋 copy color: '#082577'

red 8 ◦ green 37 ◦ blue 119

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

Shades of Sapphire #082577

Tints of Sapphire #082577

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.56%

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

R = 4.88%
G = 22.56%
B = 72.56%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#082577 (or 0x082577) is known color: Sapphire. HEX triplet: 08, 25 and 77. RGB value is (8,37,119). Sum of RGB (Red+Green+Blue) = 8+37+119=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 119 (46.88% from 255 or 72.56% from 164); Max value from RGB is 119 - color contains mainly: blue. Hex color #082577 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082577 is #F7DA88. Grayscale: #252525. Windows color (decimal): -16243337 or 7808264. OLE color: 7808264.

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

Color convert

RGB 8 37 119 -
CMYK 0.93 0.69 0 0.53
HSL 224.32º 0.87% 0.25% -
HSV(B) 224.32º 0.93% 0.47% -
XYZ 4.09 2.71 17.76 -
YUV 37.68 173.89 106.83 -
System Red Green Blue C M Y K H S L
Decimal 8 37 119 0.93 0.69 0 0.53 224.32 0.87 0.25
Hex 8 25 77 5D 45 0 35 E0 57 19
Octal 10 45 167 135 105 0 65 340 127 31
Binary 1000 100101 1110111 1011101 1000101 0 110101 11100000 1010111 11001

Color Harmonies of #082577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082577

Black with #082577

Text Example


Text Example

White with #082577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082577; }

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

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

background-color css

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

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

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

border-color css

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

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

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