Html Css Color HEX #082464 Sapphire

📋 copy color: '#082464'

red 8 ◦ green 36 ◦ blue 100

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

Shades of Sapphire #082464

Tints of Sapphire #082464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 69.44%

R = 5.56%
G = 25%
B = 69.44%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#082464 (or 0x082464) is known color: Sapphire. HEX triplet: 08, 24 and 64. RGB value is (8,36,100). Sum of RGB (Red+Green+Blue) = 8+36+100=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 100 (39.45% from 255 or 69.44% from 144); Max value from RGB is 100 - color contains mainly: blue. Hex color #082464 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082464 is #F7DB9B. Grayscale: #222222. Windows color (decimal): -16243612 or 6562824. OLE color: 6562824.

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

Color convert

RGB 8 36 100 -
CMYK 0.92 0.64 0 0.61
HSL 221.74º 0.85% 0.21% -
HSV(B) 221.74º 0.92% 0.39% -
XYZ 3.03 2.23 12.33 -
YUV 34.92 164.72 108.8 -
System Red Green Blue C M Y K H S L
Decimal 8 36 100 0.92 0.64 0 0.61 221.74 0.85 0.21
Hex 8 24 64 5C 40 0 3D DE 55 15
Octal 10 44 144 134 100 0 75 336 125 25
Binary 1000 100100 1100100 1011100 1000000 0 111101 11011110 1010101 10101

Color Harmonies of #082464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082464

Black with #082464

Text Example


Text Example

White with #082464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082464; }

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

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

background-color css

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

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

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

border-color css

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

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

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