Html Css Color HEX #082562 Sapphire

📋 copy color: '#082562'

red 8 ◦ green 37 ◦ blue 98

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

Shades of Sapphire #082562

Tints of Sapphire #082562

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.87%

 BLUE value IS 98 (38.67% from 255) = 68.53%

R = 5.59%
G = 25.87%
B = 68.53%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#082562 (or 0x082562) is known color: Sapphire. HEX triplet: 08, 25 and 62. RGB value is (8,37,98). Sum of RGB (Red+Green+Blue) = 8+37+98=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 98 (38.67% from 255 or 68.53% from 143); Max value from RGB is 98 - color contains mainly: blue. Hex color #082562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082562 is #F7DA9D. Grayscale: #232323. Windows color (decimal): -16243358 or 6432008. OLE color: 6432008.

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

Color convert

RGB 8 37 98 -
CMYK 0.92 0.62 0 0.62
HSL 220.67º 0.85% 0.21% -
HSV(B) 220.67º 0.92% 0.38% -
XYZ 2.97 2.26 11.83 -
YUV 35.28 163.39 108.54 -
System Red Green Blue C M Y K H S L
Decimal 8 37 98 0.92 0.62 0 0.62 220.67 0.85 0.21
Hex 8 25 62 5C 3E 0 3E DD 55 15
Octal 10 45 142 134 76 0 76 335 125 25
Binary 1000 100101 1100010 1011100 111110 0 111110 11011101 1010101 10101

Color Harmonies of #082562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082562

Black with #082562

Text Example


Text Example

White with #082562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082562; }

 p { color: rgb(8,37,98); }

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

background-color css

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

 a { background-color: rgb(8,37,98); }

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

border-color css

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

 span { border-color: rgb(8,37,98); }

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