Html Css Color HEX #082353 Sapphire

📋 copy color: '#082353'

red 8 ◦ green 35 ◦ blue 83

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

Shades of Sapphire #082353

Tints of Sapphire #082353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 65.87%

R = 6.35%
G = 27.78%
B = 65.87%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#082353 (or 0x082353) is known color: Sapphire. HEX triplet: 08, 23 and 53. RGB value is (8,35,83). Sum of RGB (Red+Green+Blue) = 8+35+83=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 83 (32.81% from 255 or 65.87% from 126); Max value from RGB is 83 - color contains mainly: blue. Hex color #082353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082353 is #F7DCAC. Grayscale: #202020. Windows color (decimal): -16243885 or 5448456. OLE color: 5448456.

HSL color Cylindrical-coordinate representation of color #082353: hue angle of 218.4º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082353 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 35 83 -
CMYK 0.90 0.58 0 0.67
HSL 218.4º 0.82% 0.18% -
HSV(B) 218.4º 0.9% 0.33% -
XYZ 2.26 1.88 8.43 -
YUV 32.4 156.55 110.6 -
System Red Green Blue C M Y K H S L
Decimal 8 35 83 0.90 0.58 0 0.67 218.4 0.82 0.18
Hex 8 23 53 5A 3A 0 43 DA 52 12
Octal 10 43 123 132 72 0 103 332 122 22
Binary 1000 100011 1010011 1011010 111010 0 1000011 11011010 1010010 10010

Color Harmonies of #082353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082353

Black with #082353

Text Example


Text Example

White with #082353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082353; }

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

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

background-color css

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

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

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

border-color css

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

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

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