Html Css Color HEX #082A58 Sapphire

📋 copy color: '#082A58'

red 8 ◦ green 42 ◦ blue 88

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

Shades of Sapphire #082A58

Tints of Sapphire #082A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 63.77%

R = 5.8%
G = 30.43%
B = 63.77%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#082A58 (or 0x082A58) is known color: Sapphire. HEX triplet: 08, 2A and 58. RGB value is (8,42,88). Sum of RGB (Red+Green+Blue) = 8+42+88=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 42 (16.80% from 255 or 30.43% from 138); Blue value is 88 (34.77% from 255 or 63.77% from 138); Max value from RGB is 88 - color contains mainly: blue. Hex color #082A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082A58 is #F7D5A7. Grayscale: #242424. Windows color (decimal): -16242088 or 5777928. OLE color: 5777928.

HSL color Cylindrical-coordinate representation of color #082A58: hue angle of 214.5º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082A58 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 42 88 -
CMYK 0.91 0.52 0 0.65
HSL 214.5º 0.83% 0.19% -
HSV(B) 214.5º 0.91% 0.35% -
XYZ 2.69 2.41 9.56 -
YUV 37.08 156.74 107.26 -
System Red Green Blue C M Y K H S L
Decimal 8 42 88 0.91 0.52 0 0.65 214.5 0.83 0.19
Hex 8 2A 58 5B 34 0 41 D6 53 13
Octal 10 52 130 133 64 0 101 326 123 23
Binary 1000 101010 1011000 1011011 110100 0 1000001 11010110 1010011 10011

Color Harmonies of #082A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082A58

Black with #082A58

Text Example


Text Example

White with #082A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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