Html Css Color HEX #082975 Sapphire

📋 copy color: '#082975'

red 8 ◦ green 41 ◦ blue 117

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

Shades of Sapphire #082975

Tints of Sapphire #082975

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.7%

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

R = 4.82%
G = 24.7%
B = 70.48%

CMYK

 C value IS 0.93

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#082975 (or 0x082975) is known color: Sapphire. HEX triplet: 08, 29 and 75. RGB value is (8,41,117). Sum of RGB (Red+Green+Blue) = 8+41+117=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 117 (46.09% from 255 or 70.48% from 166); Max value from RGB is 117 - color contains mainly: blue. Hex color #082975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082975 is #F7D68A. Grayscale: #272727. Windows color (decimal): -16242315 or 7678216. OLE color: 7678216.

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

Color convert

RGB 8 41 117 -
CMYK 0.93 0.65 0 0.54
HSL 221.83º 0.87% 0.25% -
HSV(B) 221.83º 0.93% 0.46% -
XYZ 4.1 2.92 17.18 -
YUV 39.8 171.57 105.32 -
System Red Green Blue C M Y K H S L
Decimal 8 41 117 0.93 0.65 0 0.54 221.83 0.87 0.25
Hex 8 29 75 5D 41 0 36 DE 57 19
Octal 10 51 165 135 101 0 66 336 127 31
Binary 1000 101001 1110101 1011101 1000001 0 110110 11011110 1010111 11001

Color Harmonies of #082975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082975

Black with #082975

Text Example


Text Example

White with #082975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082975; }

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

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

background-color css

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

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

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

border-color css

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

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

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