Html Css Color HEX #082575 Sapphire

📋 copy color: '#082575'

red 8 ◦ green 37 ◦ blue 117

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

Shades of Sapphire #082575

Tints of Sapphire #082575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 72.22%

R = 4.94%
G = 22.84%
B = 72.22%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#082575 (or 0x082575) is known color: Sapphire. HEX triplet: 08, 25 and 75. RGB value is (8,37,117). Sum of RGB (Red+Green+Blue) = 8+37+117=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 117 (46.09% from 255 or 72.22% from 162); Max value from RGB is 117 - color contains mainly: blue. Hex color #082575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082575 is #F7DA8A. Grayscale: #252525. Windows color (decimal): -16243339 or 7677192. OLE color: 7677192.

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

Color convert

RGB 8 37 117 -
CMYK 0.93 0.68 0 0.54
HSL 224.04º 0.87% 0.25% -
HSV(B) 224.04º 0.93% 0.46% -
XYZ 3.97 2.66 17.13 -
YUV 37.45 172.89 107 -
System Red Green Blue C M Y K H S L
Decimal 8 37 117 0.93 0.68 0 0.54 224.04 0.87 0.25
Hex 8 25 75 5D 44 0 36 E0 57 19
Octal 10 45 165 135 104 0 66 340 127 31
Binary 1000 100101 1110101 1011101 1000100 0 110110 11100000 1010111 11001

Color Harmonies of #082575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082575

Black with #082575

Text Example


Text Example

White with #082575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082575; }

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

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

background-color css

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

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

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

border-color css

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

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

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