Html Css Color HEX #082462 Sapphire

📋 copy color: '#082462'

red 8 ◦ green 36 ◦ blue 98

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

Shades of Sapphire #082462

Tints of Sapphire #082462

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.35%

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

R = 5.63%
G = 25.35%
B = 69.01%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#082462 (or 0x082462) is known color: Sapphire. HEX triplet: 08, 24 and 62. RGB value is (8,36,98). Sum of RGB (Red+Green+Blue) = 8+36+98=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 98 (38.67% from 255 or 69.01% from 142); Max value from RGB is 98 - color contains mainly: blue. Hex color #082462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082462 is #F7DB9D. Grayscale: #222222. Windows color (decimal): -16243614 or 6431752. OLE color: 6431752.

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

Color convert

RGB 8 36 98 -
CMYK 0.92 0.63 0 0.62
HSL 221.33º 0.85% 0.21% -
HSV(B) 221.33º 0.92% 0.38% -
XYZ 2.94 2.2 11.82 -
YUV 34.7 163.72 108.96 -
System Red Green Blue C M Y K H S L
Decimal 8 36 98 0.92 0.63 0 0.62 221.33 0.85 0.21
Hex 8 24 62 5C 3F 0 3E DD 55 15
Octal 10 44 142 134 77 0 76 335 125 25
Binary 1000 100100 1100010 1011100 111111 0 111110 11011101 1010101 10101

Color Harmonies of #082462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082462

Black with #082462

Text Example


Text Example

White with #082462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082462; }

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

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

background-color css

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

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

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

border-color css

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

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

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