Html Css Color HEX #082083 Sapphire

📋 copy color: '#082083'

red 8 ◦ green 32 ◦ blue 131

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

Shades of Sapphire #082083

Tints of Sapphire #082083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 76.61%

R = 4.68%
G = 18.71%
B = 76.61%

CMYK

 C value IS 0.94

 M value IS 0.76

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#082083 (or 0x082083) is known color: Sapphire. HEX triplet: 08, 20 and 83. RGB value is (8,32,131). Sum of RGB (Red+Green+Blue) = 8+32+131=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 131 (51.56% from 255 or 76.61% from 171); Max value from RGB is 131 - color contains mainly: blue. Hex color #082083 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082083 is #F7DF7C. Grayscale: #232323. Windows color (decimal): -16244605 or 8593416. OLE color: 8593416.

HSL color Cylindrical-coordinate representation of color #082083: hue angle of 228.29º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082083 is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 32 131 -
CMYK 0.94 0.76 0 0.49
HSL 228.29º 0.88% 0.27% -
HSV(B) 228.29º 0.94% 0.51% -
XYZ 4.71 2.72 21.75 -
YUV 36.11 181.55 107.95 -
System Red Green Blue C M Y K H S L
Decimal 8 32 131 0.94 0.76 0 0.49 228.29 0.88 0.27
Hex 8 20 83 5E 4C 0 31 E4 58 1B
Octal 10 40 203 136 114 0 61 344 130 33
Binary 1000 100000 10000011 1011110 1001100 0 110001 11100100 1011000 11011

Color Harmonies of #082083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082083

Black with #082083

Text Example


Text Example

White with #082083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082083; }

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

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

background-color css

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

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

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

border-color css

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

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

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