Html Css Color HEX #082B5C Sapphire

📋 copy color: '#082B5C'

red 8 ◦ green 43 ◦ blue 92

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

Shades of Sapphire #082B5C

Tints of Sapphire #082B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 64.34%

R = 5.59%
G = 30.07%
B = 64.34%

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

#082B5C (or 0x082B5C) is known color: Sapphire. HEX triplet: 08, 2B and 5C. RGB value is (8,43,92). Sum of RGB (Red+Green+Blue) = 8+43+92=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 92 (36.33% from 255 or 64.34% from 143); Max value from RGB is 92 - color contains mainly: blue. Hex color #082B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082B5C is #F7D4A3. Grayscale: #252525. Windows color (decimal): -16241828 or 6040328. OLE color: 6040328.

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

Color convert

RGB 8 43 92 -
CMYK 0.91 0.53 0 0.64
HSL 215º 0.84% 0.2% -
HSV(B) 215º 0.91% 0.36% -
XYZ 2.9 2.55 10.47 -
YUV 38.12 158.4 106.52 -
System Red Green Blue C M Y K H S L
Decimal 8 43 92 0.91 0.53 0 0.64 215 0.84 0.2
Hex 8 2B 5C 5B 35 0 40 D7 54 14
Octal 10 53 134 133 65 0 100 327 124 24
Binary 1000 101011 1011100 1011011 110101 0 1000000 11010111 1010100 10100

Color Harmonies of #082B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082B5C

Black with #082B5C

Text Example


Text Example

White with #082B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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