Html Css Color HEX #082670 Sapphire

📋 copy color: '#082670'

red 8 ◦ green 38 ◦ blue 112

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

Shades of Sapphire #082670

Tints of Sapphire #082670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 70.89%

R = 5.06%
G = 24.05%
B = 70.89%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#082670 (or 0x082670) is known color: Sapphire. HEX triplet: 08, 26 and 70. RGB value is (8,38,112). Sum of RGB (Red+Green+Blue) = 8+38+112=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 112 (44.14% from 255 or 70.89% from 158); Max value from RGB is 112 - color contains mainly: blue. Hex color #082670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082670 is #F7D98F. Grayscale: #252525. Windows color (decimal): -16243088 or 7349768. OLE color: 7349768.

HSL color Cylindrical-coordinate representation of color #082670: hue angle of 222.69º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082670 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 38 112 -
CMYK 0.93 0.66 0 0.56
HSL 222.69º 0.87% 0.24% -
HSV(B) 222.69º 0.93% 0.44% -
XYZ 3.72 2.61 15.64 -
YUV 37.47 170.06 106.98 -
System Red Green Blue C M Y K H S L
Decimal 8 38 112 0.93 0.66 0 0.56 222.69 0.87 0.24
Hex 8 26 70 5D 42 0 38 DF 57 18
Octal 10 46 160 135 102 0 70 337 127 30
Binary 1000 100110 1110000 1011101 1000010 0 111000 11011111 1010111 11000

Color Harmonies of #082670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082670

Black with #082670

Text Example


Text Example

White with #082670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082670; }

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

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

background-color css

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

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

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

border-color css

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

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

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