Html Css Color HEX #082357 Sapphire

📋 copy color: '#082357'

red 8 ◦ green 35 ◦ blue 87

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

Shades of Sapphire #082357

Tints of Sapphire #082357

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.92%

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

R = 6.15%
G = 26.92%
B = 66.92%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#082357 (or 0x082357) is known color: Sapphire. HEX triplet: 08, 23 and 57. RGB value is (8,35,87). Sum of RGB (Red+Green+Blue) = 8+35+87=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 87 (34.38% from 255 or 66.92% from 130); Max value from RGB is 87 - color contains mainly: blue. Hex color #082357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082357 is #F7DCA8. Grayscale: #202020. Windows color (decimal): -16243881 or 5710600. OLE color: 5710600.

HSL color Cylindrical-coordinate representation of color #082357: hue angle of 219.49º 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 #082357 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 8 35 87 -
CMYK 0.91 0.60 0 0.66
HSL 219.49º 0.83% 0.19% -
HSV(B) 219.49º 0.91% 0.34% -
XYZ 2.42 1.94 9.26 -
YUV 32.86 158.55 110.27 -
System Red Green Blue C M Y K H S L
Decimal 8 35 87 0.91 0.60 0 0.66 219.49 0.83 0.19
Hex 8 23 57 5B 3C 0 42 DB 53 13
Octal 10 43 127 133 74 0 102 333 123 23
Binary 1000 100011 1010111 1011011 111100 0 1000010 11011011 1010011 10011

Color Harmonies of #082357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082357

Black with #082357

Text Example


Text Example

White with #082357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082357; }

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

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

background-color css

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

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

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

border-color css

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

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

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