Html Css Color HEX #082B5E Sapphire

📋 copy color: '#082B5E'

red 8 ◦ green 43 ◦ blue 94

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

Shades of Sapphire #082B5E

Tints of Sapphire #082B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 64.83%

R = 5.52%
G = 29.66%
B = 64.83%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#082B5E (or 0x082B5E) is known color: Sapphire. HEX triplet: 08, 2B and 5E. RGB value is (8,43,94). Sum of RGB (Red+Green+Blue) = 8+43+94=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 43 (17.19% from 255 or 29.66% from 145); Blue value is 94 (37.11% from 255 or 64.83% from 145); Max value from RGB is 94 - color contains mainly: blue. Hex color #082B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082B5E is #F7D4A1. Grayscale: #262626. Windows color (decimal): -16241826 or 6171400. OLE color: 6171400.

HSL color Cylindrical-coordinate representation of color #082B5E: hue angle of 215.58º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082B5E is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 8 43 94 -
CMYK 0.91 0.54 0 0.63
HSL 215.58º 0.84% 0.2% -
HSV(B) 215.58º 0.91% 0.37% -
XYZ 2.98 2.59 10.93 -
YUV 38.35 159.4 106.35 -
System Red Green Blue C M Y K H S L
Decimal 8 43 94 0.91 0.54 0 0.63 215.58 0.84 0.2
Hex 8 2B 5E 5B 36 0 3F D8 54 14
Octal 10 53 136 133 66 0 77 330 124 24
Binary 1000 101011 1011110 1011011 110110 0 111111 11011000 1010100 10100

Color Harmonies of #082B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082B5E

Black with #082B5E

Text Example


Text Example

White with #082B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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