Html Css Color HEX #082B5B Sapphire

📋 copy color: '#082B5B'

red 8 ◦ green 43 ◦ blue 91

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

Shades of Sapphire #082B5B

Tints of Sapphire #082B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 64.08%

R = 5.63%
G = 30.28%
B = 64.08%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#082B5B (or 0x082B5B) is known color: Sapphire. HEX triplet: 08, 2B and 5B. RGB value is (8,43,91). Sum of RGB (Red+Green+Blue) = 8+43+91=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 43 (17.19% from 255 or 30.28% from 142); Blue value is 91 (35.94% from 255 or 64.08% from 142); Max value from RGB is 91 - color contains mainly: blue. Hex color #082B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082B5B is #F7D4A4. Grayscale: #252525. Windows color (decimal): -16241829 or 5974792. OLE color: 5974792.

HSL color Cylindrical-coordinate representation of color #082B5B: hue angle of 214.7º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082B5B is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 43 91 -
CMYK 0.91 0.53 0 0.64
HSL 214.7º 0.84% 0.19% -
HSV(B) 214.7º 0.91% 0.36% -
XYZ 2.85 2.53 10.24 -
YUV 38.01 157.9 106.6 -
System Red Green Blue C M Y K H S L
Decimal 8 43 91 0.91 0.53 0 0.64 214.7 0.84 0.19
Hex 8 2B 5B 5B 35 0 40 D7 54 13
Octal 10 53 133 133 65 0 100 327 124 23
Binary 1000 101011 1011011 1011011 110101 0 1000000 11010111 1010100 10011

Color Harmonies of #082B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082B5B

Black with #082B5B

Text Example


Text Example

White with #082B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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