Html Css Color HEX #082184 Sapphire

📋 copy color: '#082184'

red 8 ◦ green 33 ◦ blue 132

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

Shades of Sapphire #082184

Tints of Sapphire #082184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 76.3%

R = 4.62%
G = 19.08%
B = 76.3%

CMYK

 C value IS 0.94

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#082184 (or 0x082184) is known color: Sapphire. HEX triplet: 08, 21 and 84. RGB value is (8,33,132). Sum of RGB (Red+Green+Blue) = 8+33+132=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 132 (51.95% from 255 or 76.30% from 173); Max value from RGB is 132 - color contains mainly: blue. Hex color #082184 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082184 is #F7DE7B. Grayscale: #242424. Windows color (decimal): -16244348 or 8659208. OLE color: 8659208.

HSL color Cylindrical-coordinate representation of color #082184: hue angle of 227.9º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082184 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 33 132 -
CMYK 0.94 0.75 0 0.48
HSL 227.9º 0.89% 0.27% -
HSV(B) 227.9º 0.94% 0.52% -
XYZ 4.81 2.81 22.12 -
YUV 36.81 181.72 107.45 -
System Red Green Blue C M Y K H S L
Decimal 8 33 132 0.94 0.75 0 0.48 227.9 0.89 0.27
Hex 8 21 84 5E 4B 0 30 E4 59 1B
Octal 10 41 204 136 113 0 60 344 131 33
Binary 1000 100001 10000100 1011110 1001011 0 110000 11100100 1011001 11011

Color Harmonies of #082184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082184

Black with #082184

Text Example


Text Example

White with #082184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082184; }

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

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

background-color css

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

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

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

border-color css

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

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

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