Html Css Color HEX #082475 Sapphire

📋 copy color: '#082475'

red 8 ◦ green 36 ◦ blue 117

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

Shades of Sapphire #082475

Tints of Sapphire #082475

RGB

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

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

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

R = 4.97%
G = 22.36%
B = 72.67%

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

#082475 (or 0x082475) is known color: Sapphire. HEX triplet: 08, 24 and 75. RGB value is (8,36,117). Sum of RGB (Red+Green+Blue) = 8+36+117=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 117 (46.09% from 255 or 72.67% from 161); Max value from RGB is 117 - color contains mainly: blue. Hex color #082475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082475 is #F7DB8A. Grayscale: #242424. Windows color (decimal): -16243595 or 7676936. OLE color: 7676936.

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

Color convert

RGB 8 36 117 -
CMYK 0.93 0.69 0 0.54
HSL 224.59º 0.87% 0.25% -
HSV(B) 224.59º 0.93% 0.46% -
XYZ 3.94 2.6 17.12 -
YUV 36.86 173.22 107.41 -
System Red Green Blue C M Y K H S L
Decimal 8 36 117 0.93 0.69 0 0.54 224.59 0.87 0.25
Hex 8 24 75 5D 45 0 36 E1 57 19
Octal 10 44 165 135 105 0 66 341 127 31
Binary 1000 100100 1110101 1011101 1000101 0 110110 11100001 1010111 11001

Color Harmonies of #082475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082475

Black with #082475

Text Example


Text Example

White with #082475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082475; }

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

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

background-color css

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

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

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

border-color css

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

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

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