Html Css Color HEX #082075 Sapphire

📋 copy color: '#082075'

red 8 ◦ green 32 ◦ blue 117

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

Shades of Sapphire #082075

Tints of Sapphire #082075

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.38%

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

R = 5.1%
G = 20.38%
B = 74.52%

CMYK

 C value IS 0.93

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#082075 (or 0x082075) is known color: Sapphire. HEX triplet: 08, 20 and 75. RGB value is (8,32,117). Sum of RGB (Red+Green+Blue) = 8+32+117=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 117 (46.09% from 255 or 74.52% from 157); Max value from RGB is 117 - color contains mainly: blue. Hex color #082075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082075 is #F7DF8A. Grayscale: #222222. Windows color (decimal): -16244619 or 7675912. OLE color: 7675912.

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

Color convert

RGB 8 32 117 -
CMYK 0.93 0.73 0 0.54
HSL 226.79º 0.87% 0.25% -
HSV(B) 226.79º 0.93% 0.46% -
XYZ 3.83 2.37 17.09 -
YUV 34.51 174.55 109.09 -
System Red Green Blue C M Y K H S L
Decimal 8 32 117 0.93 0.73 0 0.54 226.79 0.87 0.25
Hex 8 20 75 5D 49 0 36 E3 57 19
Octal 10 40 165 135 111 0 66 343 127 31
Binary 1000 100000 1110101 1011101 1001001 0 110110 11100011 1010111 11001

Color Harmonies of #082075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082075

Black with #082075

Text Example


Text Example

White with #082075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082075; }

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

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

background-color css

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

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

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

border-color css

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

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

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