Html Css Color HEX #082161 Sapphire

📋 copy color: '#082161'

red 8 ◦ green 33 ◦ blue 97

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

Shades of Sapphire #082161

Tints of Sapphire #082161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 70.29%

R = 5.8%
G = 23.91%
B = 70.29%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#082161 (or 0x082161) is known color: Sapphire. HEX triplet: 08, 21 and 61. RGB value is (8,33,97). Sum of RGB (Red+Green+Blue) = 8+33+97=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 97 (38.28% from 255 or 70.29% from 138); Max value from RGB is 97 - color contains mainly: blue. Hex color #082161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082161 is #F7DE9E. Grayscale: #202020. Windows color (decimal): -16244383 or 6365448. OLE color: 6365448.

HSL color Cylindrical-coordinate representation of color #082161: hue angle of 223.15º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082161 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 33 97 -
CMYK 0.92 0.66 0 0.62
HSL 223.15º 0.85% 0.21% -
HSV(B) 223.15º 0.92% 0.38% -
XYZ 2.8 2 11.55 -
YUV 32.82 164.22 110.3 -
System Red Green Blue C M Y K H S L
Decimal 8 33 97 0.92 0.66 0 0.62 223.15 0.85 0.21
Hex 8 21 61 5C 42 0 3E DF 55 15
Octal 10 41 141 134 102 0 76 337 125 25
Binary 1000 100001 1100001 1011100 1000010 0 111110 11011111 1010101 10101

Color Harmonies of #082161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082161

Black with #082161

Text Example


Text Example

White with #082161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082161; }

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

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

background-color css

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

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

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

border-color css

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

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

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