Html Css Color HEX #082B76 Sapphire

📋 copy color: '#082B76'

red 8 ◦ green 43 ◦ blue 118

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

Shades of Sapphire #082B76

Tints of Sapphire #082B76

RGB

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

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

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

R = 4.73%
G = 25.44%
B = 69.82%

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

#082B76 (or 0x082B76) is known color: Sapphire. HEX triplet: 08, 2B and 76. RGB value is (8,43,118). Sum of RGB (Red+Green+Blue) = 8+43+118=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 118 (46.48% from 255 or 69.82% from 169); Max value from RGB is 118 - color contains mainly: blue. Hex color #082B76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082B76 is #F7D489. Grayscale: #282828. Windows color (decimal): -16241802 or 7744264. OLE color: 7744264.

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

Color convert

RGB 8 43 118 -
CMYK 0.93 0.64 0 0.54
HSL 220.91º 0.87% 0.25% -
HSV(B) 220.91º 0.93% 0.46% -
XYZ 4.23 3.09 17.51 -
YUV 41.09 171.4 104.4 -
System Red Green Blue C M Y K H S L
Decimal 8 43 118 0.93 0.64 0 0.54 220.91 0.87 0.25
Hex 8 2B 76 5D 40 0 36 DD 57 19
Octal 10 53 166 135 100 0 66 335 127 31
Binary 1000 101011 1110110 1011101 1000000 0 110110 11011101 1010111 11001

Color Harmonies of #082B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082B76

Black with #082B76

Text Example


Text Example

White with #082B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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