Html Css Color HEX #082363 Sapphire

📋 copy color: '#082363'

red 8 ◦ green 35 ◦ blue 99

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

Shades of Sapphire #082363

Tints of Sapphire #082363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 69.72%

R = 5.63%
G = 24.65%
B = 69.72%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#082363 (or 0x082363) is known color: Sapphire. HEX triplet: 08, 23 and 63. RGB value is (8,35,99). Sum of RGB (Red+Green+Blue) = 8+35+99=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 99 (39.06% from 255 or 69.72% from 142); Max value from RGB is 99 - color contains mainly: blue. Hex color #082363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082363 is #F7DC9C. Grayscale: #212121. Windows color (decimal): -16243869 or 6497032. OLE color: 6497032.

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

Color convert

RGB 8 35 99 -
CMYK 0.92 0.65 0 0.61
HSL 222.2º 0.85% 0.21% -
HSV(B) 222.2º 0.92% 0.39% -
XYZ 2.95 2.15 12.06 -
YUV 34.22 164.55 109.3 -
System Red Green Blue C M Y K H S L
Decimal 8 35 99 0.92 0.65 0 0.61 222.2 0.85 0.21
Hex 8 23 63 5C 41 0 3D DE 55 15
Octal 10 43 143 134 101 0 75 336 125 25
Binary 1000 100011 1100011 1011100 1000001 0 111101 11011110 1010101 10101

Color Harmonies of #082363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082363

Black with #082363

Text Example


Text Example

White with #082363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082363; }

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

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

background-color css

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

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

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

border-color css

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

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

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