Html Css Color HEX #082351 Sapphire

📋 copy color: '#082351'

red 8 ◦ green 35 ◦ blue 81

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

Shades of Sapphire #082351

Tints of Sapphire #082351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 65.32%

R = 6.45%
G = 28.23%
B = 65.32%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#082351 (or 0x082351) is known color: Sapphire. HEX triplet: 08, 23 and 51. RGB value is (8,35,81). Sum of RGB (Red+Green+Blue) = 8+35+81=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 81 (32.03% from 255 or 65.32% from 124); Max value from RGB is 81 - color contains mainly: blue. Hex color #082351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082351 is #F7DCAE. Grayscale: #1F1F1F. Windows color (decimal): -16243887 or 5317384. OLE color: 5317384.

HSL color Cylindrical-coordinate representation of color #082351: hue angle of 217.81º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082351 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 35 81 -
CMYK 0.90 0.57 0 0.68
HSL 217.81º 0.82% 0.17% -
HSV(B) 217.81º 0.9% 0.32% -
XYZ 2.19 1.85 8.03 -
YUV 32.17 155.55 110.76 -
System Red Green Blue C M Y K H S L
Decimal 8 35 81 0.90 0.57 0 0.68 217.81 0.82 0.17
Hex 8 23 51 5A 39 0 44 DA 52 11
Octal 10 43 121 132 71 0 104 332 122 21
Binary 1000 100011 1010001 1011010 111001 0 1000100 11011010 1010010 10001

Color Harmonies of #082351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082351

Black with #082351

Text Example


Text Example

White with #082351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082351; }

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

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

background-color css

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

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

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

border-color css

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

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

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