Html Css Color HEX #082B65 Sapphire

📋 copy color: '#082B65'

red 8 ◦ green 43 ◦ blue 101

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

Shades of Sapphire #082B65

Tints of Sapphire #082B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 66.45%

R = 5.26%
G = 28.29%
B = 66.45%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#082B65 (or 0x082B65) is known color: Sapphire. HEX triplet: 08, 2B and 65. RGB value is (8,43,101). Sum of RGB (Red+Green+Blue) = 8+43+101=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 101 (39.84% from 255 or 66.45% from 152); Max value from RGB is 101 - color contains mainly: blue. Hex color #082B65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082B65 is #F7D49A. Grayscale: #262626. Windows color (decimal): -16241819 or 6630152. OLE color: 6630152.

HSL color Cylindrical-coordinate representation of color #082B65: hue angle of 217.42º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082B65 is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 8 43 101 -
CMYK 0.92 0.57 0 0.60
HSL 217.42º 0.85% 0.21% -
HSV(B) 217.42º 0.92% 0.4% -
XYZ 3.31 2.72 12.66 -
YUV 39.15 162.9 105.78 -
System Red Green Blue C M Y K H S L
Decimal 8 43 101 0.92 0.57 0 0.60 217.42 0.85 0.21
Hex 8 2B 65 5C 39 0 3C D9 55 15
Octal 10 53 145 134 71 0 74 331 125 25
Binary 1000 101011 1100101 1011100 111001 0 111100 11011001 1010101 10101

Color Harmonies of #082B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082B65

Black with #082B65

Text Example


Text Example

White with #082B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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