Html Css Color HEX #082082 Sapphire

📋 copy color: '#082082'

red 8 ◦ green 32 ◦ blue 130

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

Shades of Sapphire #082082

Tints of Sapphire #082082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 76.47%

R = 4.71%
G = 18.82%
B = 76.47%

CMYK

 C value IS 0.94

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#082082 (or 0x082082) is known color: Sapphire. HEX triplet: 08, 20 and 82. RGB value is (8,32,130). Sum of RGB (Red+Green+Blue) = 8+32+130=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 130 (51.17% from 255 or 76.47% from 170); Max value from RGB is 130 - color contains mainly: blue. Hex color #082082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082082 is #F7DF7D. Grayscale: #232323. Windows color (decimal): -16244606 or 8527880. OLE color: 8527880.

HSL color Cylindrical-coordinate representation of color #082082: hue angle of 228.2º 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 #082082 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 32 130 -
CMYK 0.94 0.75 0 0.49
HSL 228.2º 0.88% 0.27% -
HSV(B) 228.2º 0.94% 0.51% -
XYZ 4.65 2.7 21.39 -
YUV 36 181.05 108.03 -
System Red Green Blue C M Y K H S L
Decimal 8 32 130 0.94 0.75 0 0.49 228.2 0.88 0.27
Hex 8 20 82 5E 4B 0 31 E4 58 1B
Octal 10 40 202 136 113 0 61 344 130 33
Binary 1000 100000 10000010 1011110 1001011 0 110001 11100100 1011000 11011

Color Harmonies of #082082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082082

Black with #082082

Text Example


Text Example

White with #082082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082082; }

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

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

background-color css

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

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

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

border-color css

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

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

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