Html Css Color HEX #082A72 Sapphire

📋 copy color: '#082A72'

red 8 ◦ green 42 ◦ blue 114

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

Shades of Sapphire #082A72

Tints of Sapphire #082A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 69.51%

R = 4.88%
G = 25.61%
B = 69.51%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#082A72 (or 0x082A72) is known color: Sapphire. HEX triplet: 08, 2A and 72. RGB value is (8,42,114). Sum of RGB (Red+Green+Blue) = 8+42+114=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 42 (16.80% from 255 or 25.61% from 164); Blue value is 114 (44.92% from 255 or 69.51% from 164); Max value from RGB is 114 - color contains mainly: blue. Hex color #082A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082A72 is #F7D58D. Grayscale: #272727. Windows color (decimal): -16242062 or 7481864. OLE color: 7481864.

HSL color Cylindrical-coordinate representation of color #082A72: hue angle of 220.75º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082A72 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 42 114 -
CMYK 0.93 0.63 0 0.55
HSL 220.75º 0.87% 0.24% -
HSV(B) 220.75º 0.93% 0.45% -
XYZ 3.97 2.92 16.27 -
YUV 40.04 169.74 105.15 -
System Red Green Blue C M Y K H S L
Decimal 8 42 114 0.93 0.63 0 0.55 220.75 0.87 0.24
Hex 8 2A 72 5D 3F 0 37 DD 57 18
Octal 10 52 162 135 77 0 67 335 127 30
Binary 1000 101010 1110010 1011101 111111 0 110111 11011101 1010111 11000

Color Harmonies of #082A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082A72

Black with #082A72

Text Example


Text Example

White with #082A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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