Html Css Color HEX #082675 Sapphire

📋 copy color: '#082675'

red 8 ◦ green 38 ◦ blue 117

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

Shades of Sapphire #082675

Tints of Sapphire #082675

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.31%

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

R = 4.91%
G = 23.31%
B = 71.78%

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

#082675 (or 0x082675) is known color: Sapphire. HEX triplet: 08, 26 and 75. RGB value is (8,38,117). Sum of RGB (Red+Green+Blue) = 8+38+117=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 117 (46.09% from 255 or 71.78% from 163); Max value from RGB is 117 - color contains mainly: blue. Hex color #082675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082675 is #F7D98A. Grayscale: #252525. Windows color (decimal): -16243083 or 7677448. OLE color: 7677448.

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

Color convert

RGB 8 38 117 -
CMYK 0.93 0.68 0 0.54
HSL 223.49º 0.87% 0.25% -
HSV(B) 223.49º 0.93% 0.46% -
XYZ 4 2.72 17.14 -
YUV 38.04 172.56 106.58 -
System Red Green Blue C M Y K H S L
Decimal 8 38 117 0.93 0.68 0 0.54 223.49 0.87 0.25
Hex 8 26 75 5D 44 0 36 DF 57 19
Octal 10 46 165 135 104 0 66 337 127 31
Binary 1000 100110 1110101 1011101 1000100 0 110110 11011111 1010111 11001

Color Harmonies of #082675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082675

Black with #082675

Text Example


Text Example

White with #082675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082675; }

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

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

background-color css

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

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

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

border-color css

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

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

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