Html Css Color HEX #082157 Sapphire

📋 copy color: '#082157'

red 8 ◦ green 33 ◦ blue 87

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

Shades of Sapphire #082157

Tints of Sapphire #082157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 67.97%

R = 6.25%
G = 25.78%
B = 67.97%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#082157 (or 0x082157) is known color: Sapphire. HEX triplet: 08, 21 and 57. RGB value is (8,33,87). Sum of RGB (Red+Green+Blue) = 8+33+87=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 87 (34.38% from 255 or 67.97% from 128); Max value from RGB is 87 - color contains mainly: blue. Hex color #082157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082157 is #F7DEA8. Grayscale: #1F1F1F. Windows color (decimal): -16244393 or 5710088. OLE color: 5710088.

HSL color Cylindrical-coordinate representation of color #082157: hue angle of 221.01º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082157 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 8 33 87 -
CMYK 0.91 0.62 0 0.66
HSL 221.01º 0.83% 0.19% -
HSV(B) 221.01º 0.91% 0.34% -
XYZ 2.36 1.83 9.24 -
YUV 31.68 159.22 111.11 -
System Red Green Blue C M Y K H S L
Decimal 8 33 87 0.91 0.62 0 0.66 221.01 0.83 0.19
Hex 8 21 57 5B 3E 0 42 DD 53 13
Octal 10 41 127 133 76 0 102 335 123 23
Binary 1000 100001 1010111 1011011 111110 0 1000010 11011101 1010011 10011

Color Harmonies of #082157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082157

Black with #082157

Text Example


Text Example

White with #082157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082157; }

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

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

background-color css

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

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

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

border-color css

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

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

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