Html Css Color HEX #082182 Sapphire

📋 copy color: '#082182'

red 8 ◦ green 33 ◦ blue 130

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

Shades of Sapphire #082182

Tints of Sapphire #082182

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.3%

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

R = 4.68%
G = 19.3%
B = 76.02%

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

#082182 (or 0x082182) is known color: Sapphire. HEX triplet: 08, 21 and 82. RGB value is (8,33,130). Sum of RGB (Red+Green+Blue) = 8+33+130=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 130 (51.17% from 255 or 76.02% from 171); Max value from RGB is 130 - color contains mainly: blue. Hex color #082182 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082182 is #F7DE7D. Grayscale: #242424. Windows color (decimal): -16244350 or 8528136. OLE color: 8528136.

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

Color convert

RGB 8 33 130 -
CMYK 0.94 0.75 0 0.49
HSL 227.7º 0.88% 0.27% -
HSV(B) 227.7º 0.94% 0.51% -
XYZ 4.67 2.75 21.4 -
YUV 36.58 180.72 107.61 -
System Red Green Blue C M Y K H S L
Decimal 8 33 130 0.94 0.75 0 0.49 227.7 0.88 0.27
Hex 8 21 82 5E 4B 0 31 E4 58 1B
Octal 10 41 202 136 113 0 61 344 130 33
Binary 1000 100001 10000010 1011110 1001011 0 110001 11100100 1011000 11011

Color Harmonies of #082182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082182

Black with #082182

Text Example


Text Example

White with #082182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082182; }

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

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

background-color css

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

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

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

border-color css

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

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

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