Html Css Color HEX #082B73 Sapphire

📋 copy color: '#082B73'

red 8 ◦ green 43 ◦ blue 115

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

Shades of Sapphire #082B73

Tints of Sapphire #082B73

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.9%

 BLUE value IS 115 (45.31% from 255) = 69.28%

R = 4.82%
G = 25.9%
B = 69.28%

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

#082B73 (or 0x082B73) is known color: Sapphire. HEX triplet: 08, 2B and 73. RGB value is (8,43,115). Sum of RGB (Red+Green+Blue) = 8+43+115=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 115 (45.31% from 255 or 69.28% from 166); Max value from RGB is 115 - color contains mainly: blue. Hex color #082B73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082B73 is #F7D48C. Grayscale: #282828. Windows color (decimal): -16241805 or 7547656. OLE color: 7547656.

HSL color Cylindrical-coordinate representation of color #082B73: hue angle of 220.37º 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 #082B73 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 43 115 -
CMYK 0.93 0.63 0 0.55
HSL 220.37º 0.87% 0.24% -
HSV(B) 220.37º 0.93% 0.45% -
XYZ 4.06 3.02 16.59 -
YUV 40.74 169.9 104.65 -
System Red Green Blue C M Y K H S L
Decimal 8 43 115 0.93 0.63 0 0.55 220.37 0.87 0.24
Hex 8 2B 73 5D 3F 0 37 DC 57 18
Octal 10 53 163 135 77 0 67 334 127 30
Binary 1000 101011 1110011 1011101 111111 0 110111 11011100 1010111 11000

Color Harmonies of #082B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082B73

Black with #082B73

Text Example


Text Example

White with #082B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,43,115); }

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

background-color css

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

 a { background-color: rgb(8,43,115); }

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

border-color css

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

 span { border-color: rgb(8,43,115); }

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