Html Css Color HEX #082A76 Sapphire

📋 copy color: '#082A76'

red 8 ◦ green 42 ◦ blue 118

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

Shades of Sapphire #082A76

Tints of Sapphire #082A76

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25%

 BLUE value IS 118 (46.48% from 255) = 70.24%

R = 4.76%
G = 25%
B = 70.24%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#082A76 (or 0x082A76) is known color: Sapphire. HEX triplet: 08, 2A and 76. RGB value is (8,42,118). Sum of RGB (Red+Green+Blue) = 8+42+118=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 42 (16.80% from 255 or 25% from 168); Blue value is 118 (46.48% from 255 or 70.24% from 168); Max value from RGB is 118 - color contains mainly: blue. Hex color #082A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082A76 is #F7D589. Grayscale: #282828. Windows color (decimal): -16242058 or 7744008. OLE color: 7744008.

HSL color Cylindrical-coordinate representation of color #082A76: hue angle of 221.45º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082A76 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 42 118 -
CMYK 0.93 0.64 0 0.54
HSL 221.45º 0.87% 0.25% -
HSV(B) 221.45º 0.93% 0.46% -
XYZ 4.2 3.02 17.5 -
YUV 40.5 171.74 104.82 -
System Red Green Blue C M Y K H S L
Decimal 8 42 118 0.93 0.64 0 0.54 221.45 0.87 0.25
Hex 8 2A 76 5D 40 0 36 DD 57 19
Octal 10 52 166 135 100 0 66 335 127 31
Binary 1000 101010 1110110 1011101 1000000 0 110110 11011101 1010111 11001

Color Harmonies of #082A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082A76

Black with #082A76

Text Example


Text Example

White with #082A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082A76; }

 p { color: rgb(8,42,118); }

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

background-color css

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

 a { background-color: rgb(8,42,118); }

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

border-color css

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

 span { border-color: rgb(8,42,118); }

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