Html Css Color HEX #082063 Sapphire

📋 copy color: '#082063'

red 8 ◦ green 32 ◦ blue 99

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

Shades of Sapphire #082063

Tints of Sapphire #082063

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.02%

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

R = 5.76%
G = 23.02%
B = 71.22%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#082063 (or 0x082063) is known color: Sapphire. HEX triplet: 08, 20 and 63. RGB value is (8,32,99). Sum of RGB (Red+Green+Blue) = 8+32+99=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 99 (39.06% from 255 or 71.22% from 139); Max value from RGB is 99 - color contains mainly: blue. Hex color #082063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082063 is #F7DF9C. Grayscale: #202020. Windows color (decimal): -16244637 or 6496264. OLE color: 6496264.

HSL color Cylindrical-coordinate representation of color #082063: hue angle of 224.18º 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 #082063 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 32 99 -
CMYK 0.92 0.68 0 0.61
HSL 224.18º 0.85% 0.21% -
HSV(B) 224.18º 0.92% 0.39% -
XYZ 2.87 1.99 12.04 -
YUV 32.46 165.55 110.55 -
System Red Green Blue C M Y K H S L
Decimal 8 32 99 0.92 0.68 0 0.61 224.18 0.85 0.21
Hex 8 20 63 5C 44 0 3D E0 55 15
Octal 10 40 143 134 104 0 75 340 125 25
Binary 1000 100000 1100011 1011100 1000100 0 111101 11100000 1010101 10101

Color Harmonies of #082063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082063

Black with #082063

Text Example


Text Example

White with #082063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082063; }

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

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

background-color css

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

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

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

border-color css

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

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

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