Html Css Color HEX #082A60 Sapphire

📋 copy color: '#082A60'

red 8 ◦ green 42 ◦ blue 96

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

Shades of Sapphire #082A60

Tints of Sapphire #082A60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 65.75%

R = 5.48%
G = 28.77%
B = 65.75%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#082A60 (or 0x082A60) is known color: Sapphire. HEX triplet: 08, 2A and 60. RGB value is (8,42,96). Sum of RGB (Red+Green+Blue) = 8+42+96=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 42 (16.80% from 255 or 28.77% from 146); Blue value is 96 (37.89% from 255 or 65.75% from 146); Max value from RGB is 96 - color contains mainly: blue. Hex color #082A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082A60 is #F7D59F. Grayscale: #252525. Windows color (decimal): -16242080 or 6302216. OLE color: 6302216.

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

Color convert

RGB 8 42 96 -
CMYK 0.92 0.56 0 0.62
HSL 216.82º 0.85% 0.2% -
HSV(B) 216.82º 0.92% 0.38% -
XYZ 3.04 2.55 11.4 -
YUV 37.99 160.74 106.61 -
System Red Green Blue C M Y K H S L
Decimal 8 42 96 0.92 0.56 0 0.62 216.82 0.85 0.2
Hex 8 2A 60 5C 38 0 3E D9 55 14
Octal 10 52 140 134 70 0 76 331 125 24
Binary 1000 101010 1100000 1011100 111000 0 111110 11011001 1010101 10100

Color Harmonies of #082A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082A60

Black with #082A60

Text Example


Text Example

White with #082A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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